1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Reset media source

This commit is contained in:
Dmitry Lyzo 2021-09-17 01:20:58 +03:00
parent a7dce35fae
commit 2af0b91dad
3 changed files with 11 additions and 3 deletions

View file

@ -221,6 +221,7 @@ class HtmlAudioPlayer {
self.destroy = function () {
unBindEvents(self._mediaElement);
htmlMediaHelper.resetSrc(self._mediaElement);
};
function createMediaElement() {