瀏覽代碼

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

Mason Weigand 1 天之前
父節點
當前提交
d561cef81f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Emby.Server.Implementations/Session/SessionManager.cs

+ 1 - 0
Emby.Server.Implementations/Session/SessionManager.cs

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