Collection of smaller bugs

#3793, #3806, #3810, #3808
This commit is contained in:
Amelia 2025-05-15 14:20:22 +02:00
parent 6288d89651
commit db77e08264
11 changed files with 43 additions and 15 deletions

View file

@ -128,6 +128,7 @@ public class UsersController : BaseApiController
existingPreferences.PromptForDownloadSize = preferencesDto.PromptForDownloadSize;
existingPreferences.NoTransitions = preferencesDto.NoTransitions;
existingPreferences.SwipeToPaginate = preferencesDto.SwipeToPaginate;
existingPreferences.AllowAutomaticWebtoonReaderDetection = preferencesDto.AllowAutomaticWebtoonReaderDetection;
existingPreferences.CollapseSeriesRelationships = preferencesDto.CollapseSeriesRelationships;
existingPreferences.ShareReviews = preferencesDto.ShareReviews;