aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Session
diff options
context:
space:
mode:
authorFernando Fernández <ferferga@hotmail.com>2021-05-17 13:33:37 +0200
committerFernando Fernández (Rebase PR Action) <hello@ferfer.ga>2022-01-14 14:40:27 +0000
commit5df6058a8e9024bcf323b03a411631fd1c538611 (patch)
treec5696a0484e148adf63efb4ee3317065f166f4dd /MediaBrowser.Controller/Session
parent07e9568de8e49f84d03dd3df24bd2869e8018086 (diff)
Add FullNowPlayingQueue property
Diffstat (limited to 'MediaBrowser.Controller/Session')
-rw-r--r--MediaBrowser.Controller/Session/SessionInfo.cs2
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; }