Fix Live TV tuner not releasing

This commit is contained in:
theguymadmax
2026-06-24 22:30:12 -04:00
parent 987744529a
commit e26f4a1005

View File

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