mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added SupportsExternalStream to MediaStream
This commit is contained in:
parent
fc8386bd9c
commit
002139addb
3 changed files with 44 additions and 25 deletions
|
@ -302,7 +302,7 @@
|
|||
return false;
|
||||
}
|
||||
|
||||
if (subtitleStream && (!subtitleStream.IsTextSubtitleStream || !self.supportsTextTracks())) {
|
||||
if (subtitleStream && (!subtitleStream.SupportsExternalStream || !subtitleStream.IsTextSubtitleStream || !self.supportsTextTracks())) {
|
||||
console.log('Transcoding because subtitles are required');
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue