diff options
Diffstat (limited to 'MediaBrowser.Controller/Session')
| -rw-r--r-- | MediaBrowser.Controller/Session/SessionInfo.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Session/SessionInfo.cs b/MediaBrowser.Controller/Session/SessionInfo.cs index 6134c0cf3..b7edb2c7c 100644 --- a/MediaBrowser.Controller/Session/SessionInfo.cs +++ b/MediaBrowser.Controller/Session/SessionInfo.cs @@ -221,6 +221,8 @@ namespace MediaBrowser.Controller.Session public QueueItem[] NowPlayingQueue { get; set; } + public BaseItemDto[] NowPlayingQueueFullItems { get; set; } + public bool HasCustomDeviceName { get; set; } public string PlaylistItemId { get; set; } |
