Merge branch 'develop' of https://github.com/Kareadita/Kavita into work/scrobble

This commit is contained in:
Joseph Milazzo 2025-06-20 12:52:06 -05:00
commit 19be1193a1
202 changed files with 12917 additions and 2479 deletions

View file

@ -55,6 +55,7 @@ public static class ApplicationServiceExtensions
services.AddScoped<IRatingService, RatingService>();
services.AddScoped<IPersonService, PersonService>();
services.AddScoped<IReadingProfileService, ReadingProfileService>();
services.AddScoped<IKoreaderService, KoreaderService>();
services.AddScoped<IScannerService, ScannerService>();
services.AddScoped<IProcessSeries, ProcessSeries>();