Misc Cleanup (#977)

* Fixed Day not getting set when reading from epubs.

* Fixed typo for "On Going" to "Ongoing"

* Removed filtering on Reading List page since it doesn't make sense
This commit is contained in:
Joseph Milazzo 2022-01-21 08:08:38 -08:00 committed by GitHub
parent 334221ba88
commit 5f5c24564f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 11 additions and 4 deletions

View file

@ -7,7 +7,7 @@ public enum PublicationStatus
/// <summary>
/// Default Status. Publication is currently in progress
/// </summary>
[Description("On Going")]
[Description("Ongoing")]
OnGoing = 0,
/// <summary>
/// Series is on temp or indefinite Hiatus