From a3b2b9c07fb22f5de0bbe8cb67adbecbc344d9cf Mon Sep 17 00:00:00 2001 From: PCEWLKR Date: Fri, 29 May 2026 22:07:31 -0400 Subject: Remove the unused NowPlayingQueueFullItems session property from session DTOs and associated references --- MediaBrowser.Controller/Session/SessionInfo.cs | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'MediaBrowser.Controller/Session') diff --git a/MediaBrowser.Controller/Session/SessionInfo.cs b/MediaBrowser.Controller/Session/SessionInfo.cs index 96783f6073..fb68bfb770 100644 --- a/MediaBrowser.Controller/Session/SessionInfo.cs +++ b/MediaBrowser.Controller/Session/SessionInfo.cs @@ -45,7 +45,6 @@ namespace MediaBrowser.Controller.Session PlayState = new PlayerStateInfo(); SessionControllers = []; NowPlayingQueue = []; - NowPlayingQueueFullItems = []; } /// @@ -271,16 +270,10 @@ namespace MediaBrowser.Controller.Session /// The now playing queue. public IReadOnlyList NowPlayingQueue { get; set; } - /// - /// Gets or sets the now playing queue full items. - /// - /// The now playing queue full items. - public IReadOnlyList NowPlayingQueueFullItems { get; set; } - /// /// Gets or sets a value indicating whether the session has a custom device name. /// - /// true if this session has a custom device name; otherwise, false. + /// true if the session has a custom device name; otherwise, false. public bool HasCustomDeviceName { get; set; } /// -- cgit v1.2.3