From e26f4a10059feba50017a9b5dd1851a658e46298 Mon Sep 17 00:00:00 2001 From: theguymadmax Date: Wed, 24 Jun 2026 22:30:12 -0400 Subject: [PATCH] Fix Live TV tuner not releasing --- Emby.Server.Implementations/Session/SessionManager.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Emby.Server.Implementations/Session/SessionManager.cs b/Emby.Server.Implementations/Session/SessionManager.cs index 18811ef3a9..19823dff37 100644 --- a/Emby.Server.Implementations/Session/SessionManager.cs +++ b/Emby.Server.Implementations/Session/SessionManager.cs @@ -343,6 +343,10 @@ namespace Emby.Server.Implementations.Session _activeLiveStreamSessions.TryRemove(liveStreamId, out _); } } + else + { + liveStreamNeedsToBeClosed = true; + } if (liveStreamNeedsToBeClosed) {