KOReader Progress Sync Fix (again) and OPDS Settings (#4174)

Co-authored-by: Fesaa <77553571+Fesaa@users.noreply.github.com>
Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
Joe Milazzo
2025-11-01 12:13:22 -05:00
committed by GitHub
parent 4b2bcda4a0
commit 23e91b51d9
23 changed files with 4278 additions and 95 deletions
+2
View File
@@ -130,6 +130,8 @@ public class UsersController : BaseApiController
.Where(l => allLibs.Contains(l)).ToList();
existingPreferences.SocialPreferences = preferencesDto.SocialPreferences;
existingPreferences.OpdsPreferences = preferencesDto.OpdsPreferences;
if (await _licenseService.HasActiveLicense())
{
existingPreferences.AniListScrobblingEnabled = preferencesDto.AniListScrobblingEnabled;