remove no_accurate seek

This commit is contained in:
Luke Pulverenti 2016-01-29 14:52:50 -05:00
parent f3534a56e2
commit 3835657a23

View file

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