mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-24 03:49:11 -05:00
fix for clearing all tracks from the queue
This commit is contained in:
@@ -34,6 +34,7 @@ const PlayerContextInitializer = () => {
|
||||
const clearQueue = async () => {
|
||||
console.debug("Clearing queue")
|
||||
await removeUpcomingTracks();
|
||||
await remove(0)
|
||||
setQueue([]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user