diff options
| author | PCEWLKR <SeanAngelil0413@gmail.com> | 2026-05-29 22:07:31 -0400 |
|---|---|---|
| committer | PCEWLKR <SeanAngelil0413@gmail.com> | 2026-05-29 22:07:31 -0400 |
| commit | a3b2b9c07fb22f5de0bbe8cb67adbecbc344d9cf (patch) | |
| tree | e7bc2cea53a29ddec72b681d49c30035c6297e21 /MediaBrowser.Model | |
| parent | 2a95223c6718bf8892369322b8a30a45e430739f (diff) | |
Remove the unused NowPlayingQueueFullItems session property from session DTOs and associated references
Diffstat (limited to 'MediaBrowser.Model')
| -rw-r--r-- | MediaBrowser.Model/Dto/SessionInfoDto.cs | 8 |
1 files changed, 1 insertions, 7 deletions
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<QueueItem>? NowPlayingQueue { get; set; } /// <summary> - /// Gets or sets the now playing queue full items. - /// </summary> - /// <value>The now playing queue full items.</value> - public IReadOnlyList<BaseItemDto>? NowPlayingQueueFullItems { get; set; } - - /// <summary> - /// 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. /// </summary> /// <value><c>true</c> if this session has a custom device name; otherwise, <c>false</c>.</value> public bool HasCustomDeviceName { get; set; } |
