RemoveNowPlayingItem should also set FullNowPlayingItem to null (#14360) bb

This commit is contained in:
Mason Weigand
2025-06-23 10:31:25 -04:00
committed by GitHub
parent b528c1100f
commit d561cef81f

View File

@@ -474,6 +474,7 @@ namespace Emby.Server.Implementations.Session
private void RemoveNowPlayingItem(SessionInfo session)
{
session.NowPlayingItem = null;
session.FullNowPlayingItem = null;
session.PlayState = new PlayerStateInfo();
if (!string.IsNullOrEmpty(session.DeviceId))