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-30 13:49:40 -0500 |
| commit | b82b6fc97554009c045f2f2f0ffa10cf806bc71b (patch) | |
| tree | 345af036183182fe2e305bb382939b9f0baed08a /MediaBrowser.Api/Playback/BaseStreamingService.cs | |
| parent | de30a0e10bdc05a1ac44ec84e4a2be154a647236 (diff) | |
remove no_accurate seek
Diffstat (limited to 'MediaBrowser.Api/Playback/BaseStreamingService.cs')
| -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"; } } |
