mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-27 17:01:16 -04:00
RemoveNowPlayingItem should also set FullNowPlayingItem to null (#14360) bb
This commit is contained in:
parent
b528c1100f
commit
d561cef81f
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue