mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-28 13:21:19 +00:00
Merge pull request #17178 from jellyfin/fix-livetv-sessions
Fix Live TV tuner not releasing
This commit is contained in:
commit
58de9b7a99
1 changed files with 4 additions and 0 deletions
|
|
@ -343,6 +343,10 @@ namespace Emby.Server.Implementations.Session
|
|||
_activeLiveStreamSessions.TryRemove(liveStreamId, out _);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
liveStreamNeedsToBeClosed = true;
|
||||
}
|
||||
|
||||
if (liveStreamNeedsToBeClosed)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue