remove no_accurate seek

pull/702/head
Luke Pulverenti 9 years ago
parent de30a0e10b
commit b82b6fc975

@ -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