mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-08 18:54:26 -04:00
RemoveNowPlayingItem should also set FullNowPlayingItem to null (#14360) bb
This commit is contained in:
parent
b528c1100f
commit
d561cef81f
@ -474,6 +474,7 @@ namespace Emby.Server.Implementations.Session
|
|||||||
private void RemoveNowPlayingItem(SessionInfo session)
|
private void RemoveNowPlayingItem(SessionInfo session)
|
||||||
{
|
{
|
||||||
session.NowPlayingItem = null;
|
session.NowPlayingItem = null;
|
||||||
|
session.FullNowPlayingItem = null;
|
||||||
session.PlayState = new PlayerStateInfo();
|
session.PlayState = new PlayerStateInfo();
|
||||||
|
|
||||||
if (!string.IsNullOrEmpty(session.DeviceId))
|
if (!string.IsNullOrEmpty(session.DeviceId))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user