Misc Stuff (#2917)

Co-authored-by: Robbie Davis <robbie@therobbiedavis.com>
Co-authored-by: Fesaa <77553571+Fesaa@users.noreply.github.com>
This commit is contained in:
Joe Milazzo 2024-04-29 14:58:05 -05:00 committed by GitHub
parent 3c9565468a
commit 315a6cca7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 17 additions and 180 deletions

View file

@ -33,5 +33,9 @@ public enum SortField
/// <summary>
/// Kavita+ Only - External Average Rating
/// </summary>
AverageRating = 8
AverageRating = 8,
/// <summary>
/// Randomise the order
/// </summary>
Random = 9
}