Smart Filter Polish & New Filters (#2283)

This commit is contained in:
Joe Milazzo 2023-09-15 09:39:06 -07:00 committed by GitHub
parent 0d8c081093
commit 45f6fb67d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 375 additions and 181 deletions

View file

@ -40,6 +40,10 @@ public enum FilterField
/// <summary>
/// On Want To Read or Not
/// </summary>
WantToRead = 26
WantToRead = 26,
/// <summary>
/// Last time User Read
/// </summary>
ReadingDate = 27
}