mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
update javascript connection manager to latest feature set
This commit is contained in:
parent
18ff8aba74
commit
8051ea9b1b
19 changed files with 221 additions and 58 deletions
|
|
@ -483,7 +483,7 @@ namespace MediaBrowser.Server.Implementations.Sync
|
|||
// No sense creating external subs if we're already burning one into the video
|
||||
var externalSubs = streamInfo.SubtitleDeliveryMethod == SubtitleDeliveryMethod.Encode ?
|
||||
new List<SubtitleStreamInfo>() :
|
||||
streamInfo.GetExternalSubtitles("dummy", false);
|
||||
streamInfo.GetExternalSubtitles(false);
|
||||
|
||||
// Mark as requiring conversion if transcoding the video, or if any subtitles need to be extracted
|
||||
var requiresVideoTranscoding = streamInfo.PlayMethod == PlayMethod.Transcode && job.Quality != SyncQuality.Original;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue