diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-01-29 14:52:50 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-01-29 14:52:50 -0500 |
| commit | 3835657a238d2ed125dcf483f475fe526723d963 (patch) | |
| tree | ffd149bc01bfa9841b0b9a5f0325e5bf0237182f | |
| parent | f3534a56e2ae7d7717beaa81ba14cbfc5fac8ec4 (diff) | |
remove no_accurate seek
| -rw-r--r-- | MediaBrowser.Api/Playback/BaseStreamingService.cs | 2 |
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"; } } |
