mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-17 02:49:05 -07:00
encode ass subs
This commit is contained in:
parent
a41a00bfb8
commit
2073258072
@ -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…
Reference in New Issue
Block a user