Playlists have been added, strategy is as follows:
If playlists are requested, grab all user playlists, concatenate all featured playlists, and return to the user
If a query is specified, repeat the above, but filter for each new character entered
When a playlist is selected, start playing the playlist's URI
NOTE: In order to correctly fetch the user's playlists, it was necessary to edit the Connect API segment of the authorization codepath. A task continuation was created to request and write the user's client ID to memory each time an Auth check is performed.
Playlists have been added, strategy is as follows:
NOTE: In order to correctly fetch the user's playlists, it was necessary to edit the Connect API segment of the authorization codepath. A task continuation was created to request and write the user's client ID to memory each time an Auth check is performed.