Merge pull request #17178 from jellyfin/fix-livetv-sessions

Fix Live TV tuner not releasing
This commit is contained in:
Cody Robibero
2026-06-27 09:20:00 -04:00
committed by GitHub

View File

@@ -343,6 +343,10 @@ namespace Emby.Server.Implementations.Session
_activeLiveStreamSessions.TryRemove(liveStreamId, out _);
}
}
else
{
liveStreamNeedsToBeClosed = true;
}
if (liveStreamNeedsToBeClosed)
{