mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-21 17:18:23 -05:00
revert that
This commit is contained in:
+1
-1
@@ -234,7 +234,7 @@ const PlayerContextInitializer = () => {
|
||||
await resetQueue(false);
|
||||
|
||||
await addToQueue(mutation.tracklist.map((track) => {
|
||||
return mapDtoToTrack(track)
|
||||
return mapDtoToTrack(track, QueuingType.FromSelection)
|
||||
}));
|
||||
|
||||
setQueue(mutation.queue);
|
||||
|
||||
Reference in New Issue
Block a user