mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-01 16:02:01 +01:00
update channel streams
This commit is contained in:
@@ -364,6 +364,11 @@ namespace MediaBrowser.Server.Implementations.LiveTv
|
||||
{
|
||||
await _liveStreamSemaphore.WaitAsync(cancellationToken).ConfigureAwait(false);
|
||||
|
||||
if (string.Equals(id, mediaSourceId, StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
mediaSourceId = null;
|
||||
}
|
||||
|
||||
try
|
||||
{
|
||||
MediaSourceInfo info;
|
||||
|
||||
Reference in New Issue
Block a user