diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-03-07 23:44:31 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-03-07 23:44:31 -0500 |
| commit | d9518be3ed3923d3fd2ff4470c9dfbd7c80ad8d9 (patch) | |
| tree | 5a8b603737aeda218d8a3c27247e8ea7e3832214 /MediaBrowser.Api/Playback/Hls/DynamicHlsService.cs | |
| parent | 43f0a1bbfe36e76cee773a6ba774b2b0dd7c3740 (diff) | |
update server sync
Diffstat (limited to 'MediaBrowser.Api/Playback/Hls/DynamicHlsService.cs')
| -rw-r--r-- | MediaBrowser.Api/Playback/Hls/DynamicHlsService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Playback/Hls/DynamicHlsService.cs b/MediaBrowser.Api/Playback/Hls/DynamicHlsService.cs index b99b3f77d..35ecbd142 100644 --- a/MediaBrowser.Api/Playback/Hls/DynamicHlsService.cs +++ b/MediaBrowser.Api/Playback/Hls/DynamicHlsService.cs @@ -154,7 +154,7 @@ namespace MediaBrowser.Api.Playback.Hls throw; } - await WaitForMinimumSegmentCount(playlistPath, 2, cancellationTokenSource.Token).ConfigureAwait(false); + await WaitForMinimumSegmentCount(playlistPath, 1, cancellationTokenSource.Token).ConfigureAwait(false); } } } |
