mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
Fixed Multi Sort in New ActivityManager (#15820)
This commit is contained in:
parent
d446fde009
commit
84f66dd54e
4 changed files with 27 additions and 3 deletions
|
|
@ -21,6 +21,11 @@ public class ActivityLogQuery : PaginatedQuery
|
|||
/// </summary>
|
||||
public DateTime? MinDate { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the maximum date to query for.
|
||||
/// </summary>
|
||||
public DateTime? MaxDate { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the name filter.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue