From bbac59c6d627ef3ef67e26b10d6571cd9a260466 Mon Sep 17 00:00:00 2001 From: SenorSmartyPants Date: Sun, 20 Feb 2022 11:05:57 -0600 Subject: Rewatching next up (#7253) --- MediaBrowser.Model/Querying/NextUpQuery.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MediaBrowser.Model/Querying') diff --git a/MediaBrowser.Model/Querying/NextUpQuery.cs b/MediaBrowser.Model/Querying/NextUpQuery.cs index fa8aa829d6..7c65fda1aa 100644 --- a/MediaBrowser.Model/Querying/NextUpQuery.cs +++ b/MediaBrowser.Model/Querying/NextUpQuery.cs @@ -14,6 +14,7 @@ namespace MediaBrowser.Model.Querying EnableTotalRecordCount = true; DisableFirstEpisode = false; NextUpDateCutoff = DateTime.MinValue; + Rewatching = false; } /// @@ -81,5 +82,10 @@ namespace MediaBrowser.Model.Querying /// Gets or sets a value indicating the oldest date for a show to appear in Next Up. /// public DateTime NextUpDateCutoff { get; set; } + + /// + /// Gets or sets a value indicating whether getting rewatching next up list. + /// + public bool Rewatching { get; set; } } } -- cgit v1.2.3