mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
fix: leftover song after sharing
This commit is contained in:
parent
3a3a84164d
commit
e2838f3c9e
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ onScreenActivated('Queue', async () => {
|
|||
logger.error(e)
|
||||
return
|
||||
} finally {
|
||||
storage.remove('songQueuedFromRoute')
|
||||
storage.remove('song-to-queue')
|
||||
loading.value = false
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue