aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-01-29 14:52:50 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-01-29 14:52:50 -0500
commit3835657a238d2ed125dcf483f475fe526723d963 (patch)
treeffd149bc01bfa9841b0b9a5f0325e5bf0237182f
parentf3534a56e2ae7d7717beaa81ba14cbfc5fac8ec4 (diff)
remove no_accurate seek
-rw-r--r--MediaBrowser.Api/Playback/BaseStreamingService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Playback/BaseStreamingService.cs b/MediaBrowser.Api/Playback/BaseStreamingService.cs
index 9e2e399d7..bb7f6bb1e 100644
--- a/MediaBrowser.Api/Playback/BaseStreamingService.cs
+++ b/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";
}
}