mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Add missing CollapseBoxSetItems parm
This commit is contained in:
parent
53749f077b
commit
cd934c5d3d
@ -264,6 +264,8 @@ namespace MediaBrowser.Model.Querying
|
|||||||
|
|
||||||
public bool? IsInBoxSet { get; set; }
|
public bool? IsInBoxSet { get; set; }
|
||||||
|
|
||||||
|
public bool? CollapseBoxSetItems { get; set; }
|
||||||
|
|
||||||
public bool? IsPlayed { get; set; }
|
public bool? IsPlayed { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user