diff options
| author | Bond-009 <bond.009@outlook.com> | 2025-12-24 10:25:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-24 10:25:54 +0100 |
| commit | 25115e95aa56b8cb417b114f4ab6964e6adc2f91 (patch) | |
| tree | 2213fa101395a6580d511e5fca6fb524e1cebd05 /Jellyfin.Data/Queries/ActivityLogQuery.cs | |
| parent | 2cca942ce608bc9c56db110d6684a3b127b9c9c2 (diff) | |
| parent | 84f66dd54e74621e4d81cd57648c4d27411d82d9 (diff) | |
Merge branch 'master' into upd-contributors
Diffstat (limited to 'Jellyfin.Data/Queries/ActivityLogQuery.cs')
| -rw-r--r-- | Jellyfin.Data/Queries/ActivityLogQuery.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Jellyfin.Data/Queries/ActivityLogQuery.cs b/Jellyfin.Data/Queries/ActivityLogQuery.cs index 95c52f870..6de6c4c21 100644 --- a/Jellyfin.Data/Queries/ActivityLogQuery.cs +++ b/Jellyfin.Data/Queries/ActivityLogQuery.cs @@ -22,6 +22,11 @@ public class ActivityLogQuery : PaginatedQuery 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> public string? Name { get; set; } |
