remove no_accurate seek

pull/702/head
Luke Pulverenti 9 years ago
parent f3534a56e2
commit 3835657a23

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

Loading…
Cancel
Save