mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
Add option to include resumable items in next up requests
This commit is contained in:
@@ -14,6 +14,7 @@ namespace MediaBrowser.Model.Querying
|
||||
EnableTotalRecordCount = true;
|
||||
DisableFirstEpisode = false;
|
||||
NextUpDateCutoff = DateTime.MinValue;
|
||||
EnableResumable = false;
|
||||
EnableRewatching = false;
|
||||
}
|
||||
|
||||
@@ -83,6 +84,11 @@ namespace MediaBrowser.Model.Querying
|
||||
/// </summary>
|
||||
public DateTime NextUpDateCutoff { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether to include resumable episodes as next up.
|
||||
/// </summary>
|
||||
public bool EnableResumable { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether getting rewatching next up list.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user