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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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))