mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-05-28 02:22:37 -04:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user