mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
encode ass subs
This commit is contained in:
parent
eefbf5e291
commit
4f63e15016
@ -68,6 +68,10 @@ namespace MediaBrowser.Server.Implementations.Library
|
|||||||
|
|
||||||
if (stream.IsTextSubtitleStream)
|
if (stream.IsTextSubtitleStream)
|
||||||
{
|
{
|
||||||
|
if (string.Equals(stream.Codec, "ass", StringComparison.OrdinalIgnoreCase))
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user