guilhermesad / rspotify

A ruby wrapper for the Spotify Web API
MIT License
713 stars 286 forks source link

total tracks inconsistency #229

Open gordielachance opened 3 years ago

gordielachance commented 3 years ago

Hi, I just noticed that the total tracks attribute for

RSpotify::Playlist.find_by_id(params['playlist_id'])

is total,

while

RSpotify::Album.find()

is _totaltracks

Maybe it would be nice to have it uniformized ?