Procházet zdrojové kódy

add dvbsub as not text

Luke Pulverenti před 9 roky
rodič
revize
99a21c84b4
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      MediaBrowser.Model/Entities/MediaStream.cs

+ 1 - 0
MediaBrowser.Model/Entities/MediaStream.cs

@@ -195,6 +195,7 @@ namespace MediaBrowser.Model.Entities
 
             return StringHelper.IndexOfIgnoreCase(codec, "pgs") == -1 &&
                    StringHelper.IndexOfIgnoreCase(codec, "dvd") == -1 &&
+                   StringHelper.IndexOfIgnoreCase(codec, "dvbsub") == -1 &&
                    !StringHelper.EqualsIgnoreCase(codec, "sub");
         }