mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-14 22:32:19 +01:00
Rewatching next up (#7253)
This commit is contained in:
@@ -14,6 +14,7 @@ namespace MediaBrowser.Model.Querying
|
||||
EnableTotalRecordCount = true;
|
||||
DisableFirstEpisode = false;
|
||||
NextUpDateCutoff = DateTime.MinValue;
|
||||
Rewatching = false;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -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.
|
||||
/// </summary>
|
||||
public DateTime NextUpDateCutoff { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether getting rewatching next up list.
|
||||
/// </summary>
|
||||
public bool Rewatching { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user