mirror of
https://github.com/Jellify-Music/App.git
synced 2026-05-07 03:49:25 -05:00
this doesn't work anyways
This commit is contained in:
@@ -217,9 +217,6 @@ const PlayerContextInitializer = () => {
|
||||
await addToQueue(mutation.tracklist.map((track) => {
|
||||
return mapDtoToTrack(track, QueuingType.FromSelection)
|
||||
}));
|
||||
|
||||
if (typeof(queue) === 'object')
|
||||
await markItemPlayed(mutation.queue as BaseItemDto);
|
||||
|
||||
setQueue(mutation.queue);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user