update live tv segments

pull/702/head
Luke Pulverenti 9 years ago
parent 046eaa7671
commit 976a4c22da

@ -109,7 +109,7 @@ namespace MediaBrowser.Api.Playback.Hls
throw;
}
await WaitForMinimumSegmentCount(playlist, 1, cancellationTokenSource.Token).ConfigureAwait(false);
await WaitForMinimumSegmentCount(playlist, 2, cancellationTokenSource.Token).ConfigureAwait(false);
}
}
finally

Loading…
Cancel
Save