Merge pull request #7383 from thornbill/next-up-rewatching

This commit is contained in:
Joshua M. Boniface
2022-03-05 14:29:49 -05:00
committed by GitHub
3 changed files with 17 additions and 8 deletions

View File

@@ -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; }
}
}