mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-24 18:26:10 +00:00
update closing of streams
This commit is contained in:
parent
f5d37ed659
commit
76c7bfcb67
36 changed files with 481 additions and 332 deletions
|
|
@ -140,7 +140,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
{
|
||||
try
|
||||
{
|
||||
await _mediaSourceManager.CloseLiveStream(MediaSource.LiveStreamId, CancellationToken.None).ConfigureAwait(false);
|
||||
await _mediaSourceManager.CloseLiveStream(MediaSource.LiveStreamId).ConfigureAwait(false);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue