get_tracks
returns an empty list when the track_ids
length is over 50
#13
Labels
documentation
Improvements or additions to documentation
I wanted to get the track info of all the
MiniTrack
in theAlbumPlaylist
, so I filtered all the track ids ofMiniTrack
, saved them in a list, and used theget_tracks
method to get info. However, I noticed theget_tracks
method will return an empty list when thetrack_ids
attribute length is over 50.Steps to reproduce:
The text was updated successfully, but these errors were encountered: