mirror of
https://github.com/koel/koel
synced 2024-11-24 05:03:05 +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)
|
logger.error(e)
|
||||||
return
|
return
|
||||||
} finally {
|
} finally {
|
||||||
storage.remove('songQueuedFromRoute')
|
storage.remove('song-to-queue')
|
||||||
loading.value = false
|
loading.value = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue