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.Model/Dto/SessionInfoDto.cs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'MediaBrowser.Model') diff --git a/MediaBrowser.Model/Dto/SessionInfoDto.cs b/MediaBrowser.Model/Dto/SessionInfoDto.cs index d727cd8741..16b201de9d 100644 --- a/MediaBrowser.Model/Dto/SessionInfoDto.cs +++ b/MediaBrowser.Model/Dto/SessionInfoDto.cs @@ -149,13 +149,7 @@ public class SessionInfoDto 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. + /// Gets or sets a value indicating whether this session has a custom device name. /// /// true if this session has a custom device name; otherwise, false. public bool HasCustomDeviceName { get; set; } -- cgit v1.2.3