mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-06 12:10:17 -05:00
encode ass subs
This commit is contained in:
parent
3070a702f6
commit
cf957332bc
@ -68,6 +68,10 @@ namespace MediaBrowser.Server.Implementations.Library
|
||||
|
||||
if (stream.IsTextSubtitleStream)
|
||||
{
|
||||
if (string.Equals(stream.Codec, "ass", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user