mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-03 22:40:09 +00:00
update hls subtitles
This commit is contained in:
parent
a8296cba37
commit
9b8f85ea81
9 changed files with 31 additions and 26 deletions
|
|
@ -88,7 +88,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
|
||||
args += keyFrameArg;
|
||||
|
||||
var hasGraphicalSubs = state.SubtitleStream != null && !state.SubtitleStream.IsTextSubtitleStream;
|
||||
var hasGraphicalSubs = state.SubtitleStream != null && !state.SubtitleStream.IsTextSubtitleStream && state.Options.SubtitleMethod == SubtitleDeliveryMethod.Encode;
|
||||
|
||||
// Add resolution params, if specified
|
||||
if (!hasGraphicalSubs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue