diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-09-09 13:49:44 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-09-09 13:49:44 -0400 |
| commit | 38ff6565c68f7bec245ab84a324c6ea2e690abb1 (patch) | |
| tree | 6eda601348808dd281ff2207d11593d849800372 /MediaBrowser.Api/Playback/Hls/BaseHlsService.cs | |
| parent | 0d45ab8d647aebd929b638c43712cba4fa18db30 (diff) | |
update sync processes
Diffstat (limited to 'MediaBrowser.Api/Playback/Hls/BaseHlsService.cs')
| -rw-r--r-- | MediaBrowser.Api/Playback/Hls/BaseHlsService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Playback/Hls/BaseHlsService.cs b/MediaBrowser.Api/Playback/Hls/BaseHlsService.cs index eb5c6c95e..e4f00e2a0 100644 --- a/MediaBrowser.Api/Playback/Hls/BaseHlsService.cs +++ b/MediaBrowser.Api/Playback/Hls/BaseHlsService.cs @@ -109,7 +109,7 @@ namespace MediaBrowser.Api.Playback.Hls throw; } - await WaitForMinimumSegmentCount(playlist, 2, cancellationTokenSource.Token).ConfigureAwait(false); + await WaitForMinimumSegmentCount(playlist, 3, cancellationTokenSource.Token).ConfigureAwait(false); } } finally |
