Explorar o código

encode ass subs

Luke Pulverenti %!s(int64=9) %!d(string=hai) anos
pai
achega
cf957332bc

+ 4 - 0
MediaBrowser.Server.Implementations/Library/MediaSourceManager.cs

@@ -68,6 +68,10 @@ namespace MediaBrowser.Server.Implementations.Library
 
             if (stream.IsTextSubtitleStream)
             {
+                if (string.Equals(stream.Codec, "ass", StringComparison.OrdinalIgnoreCase))
+                {
+                    return false;
+                }
                 return true;
             }