mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
updated nuget
This commit is contained in:
parent
75dba0b17f
commit
9e6d8b6c98
21 changed files with 257 additions and 96 deletions
|
@ -1142,8 +1142,6 @@
|
|||
|
||||
mediaRenderer.init().done(function() {
|
||||
|
||||
mediaRenderer.setCurrentSrc(videoUrl, item, mediaSource);
|
||||
|
||||
var textStreams = subtitleStreams.filter(function (s) {
|
||||
return s.DeliveryMethod == 'External';
|
||||
});
|
||||
|
@ -1162,7 +1160,7 @@
|
|||
});
|
||||
}
|
||||
|
||||
mediaRenderer.setTracks(tracks);
|
||||
mediaRenderer.setCurrentSrc(videoUrl, tracks, item, mediaSource);
|
||||
|
||||
// IE wont autoplay without this
|
||||
if (videoUrl.indexOf('.m3u8') == -1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue