mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-06-05 22:35:17 -04:00
Angular 19 + Even more bugfixes (#3675)
This commit is contained in:
@@ -193,6 +193,7 @@ public class AppUserProgressRepository : IAppUserProgressRepository
|
||||
.Where(p => p.chapter.MaxNumber != Parser.SpecialVolumeNumber)
|
||||
.Select(p => p.chapter.Volume.MaxNumber)
|
||||
.ToListAsync();
|
||||
|
||||
return list.Count == 0 ? 0 : list.DefaultIfEmpty().Max();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user