Browse Source

Remove SessionInfo.FullNowPlayingItem from API responses (#11268)

Niels van Velzen 1 year ago
parent
commit
904c3873fe
1 changed files with 1 additions and 0 deletions
  1. 1 0
      MediaBrowser.Controller/Session/SessionInfo.cs

+ 1 - 0
MediaBrowser.Controller/Session/SessionInfo.cs

@@ -134,6 +134,7 @@ namespace MediaBrowser.Controller.Session
         /// <value>The now playing item.</value>
         public BaseItemDto NowPlayingItem { get; set; }
 
+        [JsonIgnore]
         public BaseItem FullNowPlayingItem { get; set; }
 
         public BaseItemDto NowViewingItem { get; set; }