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

How to get from AlbumResponse to Album?

ridmaur opened this issue · comments

Why is getting more info on an album giving me not an Album object back, but instead an AlbumResponse object. Disadvantage is that AlbumResponse is lacking listeners attribute, which Album does have.

Hi @ridmaur, thanks for your feedback. I've addressed this issue on the latest release of ScrobbleKit (v1.0.2)

Check out the release notes here.