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:
parent
a7dce35fae
commit
2af0b91dad
3 changed files with 11 additions and 3 deletions
|
@ -221,6 +221,7 @@ class HtmlAudioPlayer {
|
|||
|
||||
self.destroy = function () {
|
||||
unBindEvents(self._mediaElement);
|
||||
htmlMediaHelper.resetSrc(self._mediaElement);
|
||||
};
|
||||
|
||||
function createMediaElement() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue