fix: 🩹 Cancel notification when stopping playback (fix #235)
This commit is contained in:
parent
157e75b2f4
commit
66f671ac97
@ -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 = ''
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user