Prechádzať zdrojové kódy

remove no_accurate seek

Luke Pulverenti 9 rokov pred
rodič
commit
b82b6fc975

+ 1 - 1
MediaBrowser.Api/Playback/BaseStreamingService.cs

@@ -2192,7 +2192,7 @@ namespace MediaBrowser.Api.Playback
             {
                 if (string.Equals(state.OutputContainer, "mkv", StringComparison.OrdinalIgnoreCase))
                 {
-                    inputModifier += " -noaccurate_seek";
+                    //inputModifier += " -noaccurate_seek";
                 }
             }