Dashboard Customization Polish (#2295)
This commit is contained in:
parent
25e759d301
commit
25ffb2ffe1
42 changed files with 255 additions and 258 deletions
|
|
@ -233,7 +233,7 @@ public static class SeriesFilter
|
|||
/// <exception cref="KavitaException"></exception>
|
||||
/// <exception cref="ArgumentOutOfRangeException"></exception>
|
||||
public static IQueryable<Series> HasReadingProgress(this IQueryable<Series> queryable, bool condition,
|
||||
FilterComparison comparison, int readProgress, int userId)
|
||||
FilterComparison comparison, float readProgress, int userId)
|
||||
{
|
||||
if (!condition) return queryable;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue