You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having written the issue title I suppose this is a thing we already do (the entire point of the bot, in fact...) but I'd like to be able to see all of my spotify playlists in the web frontend, pick from the list to view all the tracks, then somehow add those to the queue.
I suppose this is actually several features wrapped into one;
Acquire-from-web support
Web endpoints using authenticated spotify requests
new web track object that can work from just a TrackSource
I had forgotten this code entirely, but currently if we send the web parent a request to queue things the code is just
case 'queue':
// yeah I have no idea what the fuck I want to do here
break;
We should probably figure that out.
The text was updated successfully, but these errors were encountered:
Having written the issue title I suppose this is a thing we already do (the entire point of the bot, in fact...) but I'd like to be able to see all of my spotify playlists in the web frontend, pick from the list to view all the tracks, then somehow add those to the queue.
I suppose this is actually several features wrapped into one;
I had forgotten this code entirely, but currently if we send the web parent a request to queue things the code is just
We should probably figure that out.
The text was updated successfully, but these errors were encountered: