mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Remove SessionInfo.FullNowPlayingItem from API responses (#11268)
This commit is contained in:
parent
ed82d79647
commit
904c3873fe
@ -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…
x
Reference in New Issue
Block a user