mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-04 07:50:04 -05:00
update live tv segments
This commit is contained in:
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…
x
Reference in New Issue
Block a user