diff options
Diffstat (limited to 'MediaBrowser.Model/LiveTv/SeriesTimerQuery.cs')
| -rw-r--r-- | MediaBrowser.Model/LiveTv/SeriesTimerQuery.cs | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/MediaBrowser.Model/LiveTv/SeriesTimerQuery.cs b/MediaBrowser.Model/LiveTv/SeriesTimerQuery.cs index a15ba7a12..dae885775 100644 --- a/MediaBrowser.Model/LiveTv/SeriesTimerQuery.cs +++ b/MediaBrowser.Model/LiveTv/SeriesTimerQuery.cs @@ -1,14 +1,16 @@ -using MediaBrowser.Model.Entities; +#pragma warning disable CS1591 + +using Jellyfin.Data.Enums; namespace MediaBrowser.Model.LiveTv { public class SeriesTimerQuery { /// <summary> - /// Gets or sets the sort by - SortName, Priority + /// Gets or sets the sort by - SortName, Priority. /// </summary> /// <value>The sort by.</value> - public string SortBy { get; set; } + public string? SortBy { get; set; } /// <summary> /// Gets or sets the sort order. |
