Remove SessionInfo.FullNowPlayingItem from API responses (#11268)

pull/11272/head
Niels van Velzen 1 month ago committed by GitHub
parent ed82d79647
commit 904c3873fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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; }

Loading…
Cancel
Save