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 use of playCount vs playcount

ridmaur opened this issue · comments

In some objects like SBKTrack, playcount attribute is used, in others, like SBKArtistInfoGetData, playCount.
Is this on purpose?

Hi @ridmaur, thanks for pointing this inconsistency. I'll make sure to update SBKArtistInfoGetData to follow the playcount naming like the rest of the project

I've just released a new version that fixes the naming issue discussed here. Thanks for opening this issue!