mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixes for chrome 35
This commit is contained in:
parent
9f83edf9ec
commit
b8c3e8c777
4 changed files with 23 additions and 22 deletions
|
@ -726,6 +726,7 @@
|
|||
};
|
||||
|
||||
self.pause = function () {
|
||||
|
||||
currentMediaElement.pause();
|
||||
};
|
||||
|
||||
|
@ -1138,7 +1139,7 @@
|
|||
html += '<div class="mediaPlayerAudioContainer" style="display:none;"><div class="mediaPlayerAudioContainerInner">';;
|
||||
}
|
||||
|
||||
html += '<audio class="mediaPlayerAudio" preload="auto" controls>';
|
||||
html += '<audio class="mediaPlayerAudio" controls>';
|
||||
html += '</audio></div></div>';
|
||||
|
||||
$(document.body).append(html);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue