fix: 🩹 Cancel notification when stopping playback (fix #235)
All checks were successful
repod / xml (push) Successful in 1m51s
repod / php (push) Successful in 2m8s
repod / nodejs (push) Successful in 1m33s
repod / release (push) Has been skipped

This commit is contained in:
Michel Roux 2025-02-04 15:25:32 +00:00
parent 157e75b2f4
commit 66f671ac97

View File

@ -107,6 +107,7 @@ export const usePlayer = defineStore('player', {
} else { } else {
this.loaded = false this.loaded = false
this.podcastUrl = null this.podcastUrl = null
navigator.mediaSession.metadata = null
audio.src = '' audio.src = ''
} }
}, },