mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update polymer
This commit is contained in:
parent
d2bb0d6805
commit
d96a2b7946
28 changed files with 109 additions and 118 deletions
|
@ -926,11 +926,6 @@
|
|||
return s.Type == 'Subtitle';
|
||||
});
|
||||
|
||||
// Reports of stuttering with h264 stream copy in IE
|
||||
if (streamInfo.playMethod == 'Transcode' && streamInfo.url.indexOf('.m3u8') == -1) {
|
||||
streamInfo.url += '&EnableAutoStreamCopy=false';
|
||||
}
|
||||
|
||||
// Create video player
|
||||
var mediaPlayerContainer = $("#mediaPlayer").show();
|
||||
var videoControls = $('.videoControls', mediaPlayerContainer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue