tfmart / ScrobbleKit

A Swift library for interacting with the Last.fm API on Apple platforms

Home Page:https://tfmart.github.io/ScrobbleKit/documentation/scrobblekit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inconsistent type for URL across SBKAlbum, SBKTrack and SBKArtist

ridmaur opened this issue · comments

For SBKAlbum, URL is of type String?, for the others of type URL?

Hi @ridmaur, thanks for opening this issue and sorry for taking a while to get back to you. I've released a new release 1.0.3 that updates the URL types from some public models to URL, to be inline with the rest of them