Pārlūkot izejas kodu

fix -tp format command line

Luke Pulverenti 8 gadi atpakaļ
vecāks
revīzija
71308b5c29

+ 4 - 0
MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs

@@ -201,6 +201,10 @@ namespace MediaBrowser.Controller.MediaEncoding
             {
             {
                 return null;
                 return null;
             }
             }
+            if (string.Equals(container, "tp", StringComparison.OrdinalIgnoreCase))
+            {
+                return null;
+            }
 
 
             // Seeing reported failures here, not sure yet if this is related to specfying input format
             // Seeing reported failures here, not sure yet if this is related to specfying input format
             if (string.Equals(container, "m4v", StringComparison.OrdinalIgnoreCase))
             if (string.Equals(container, "m4v", StringComparison.OrdinalIgnoreCase))

+ 1 - 1
SharedVersion.cs

@@ -1,3 +1,3 @@
 using System.Reflection;
 using System.Reflection;
 
 
-[assembly: AssemblyVersion("3.2.20.14")]
+[assembly: AssemblyVersion("3.2.20.15")]