mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-30 04:18:27 +01:00
Merge pull request #7383 from thornbill/next-up-rewatching
This commit is contained in:
@@ -14,7 +14,7 @@ namespace MediaBrowser.Model.Querying
|
||||
EnableTotalRecordCount = true;
|
||||
DisableFirstEpisode = false;
|
||||
NextUpDateCutoff = DateTime.MinValue;
|
||||
Rewatching = false;
|
||||
EnableRewatching = false;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -86,6 +86,6 @@ namespace MediaBrowser.Model.Querying
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether getting rewatching next up list.
|
||||
/// </summary>
|
||||
public bool Rewatching { get; set; }
|
||||
public bool EnableRewatching { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user