mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-17 22:26:53 +01:00
Fix BoxSet collapse handling and deletion
This commit is contained in:
@@ -113,6 +113,12 @@ namespace MediaBrowser.Controller.Entities
|
||||
|
||||
public bool? CollapseBoxSetItems { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the item types that should be collapsed into box sets.
|
||||
/// When empty, all types are collapsed. When set, only items of these types are replaced by their parent box set.
|
||||
/// </summary>
|
||||
public BaseItemKind[] CollapseBoxSetItemTypes { get; set; } = [];
|
||||
|
||||
public string? NameStartsWithOrGreater { get; set; }
|
||||
|
||||
public string? NameStartsWith { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user