Merge branch 'develop' of https://github.com/Kareadita/Kavita into feature/epub-highlight-part1

This commit is contained in:
Joseph Milazzo 2025-07-05 17:23:43 -05:00
commit 0206f376bc
28 changed files with 4714 additions and 97 deletions

View file

@ -624,6 +624,8 @@ public class LibraryController : BaseApiController
library.AllowScrobbling = dto.AllowScrobbling;
library.AllowMetadataMatching = dto.AllowMetadataMatching;
library.EnableMetadata = dto.EnableMetadata;
library.RemovePrefixForSortName = dto.RemovePrefixForSortName;
library.LibraryFileTypes = dto.FileGroupTypes
.Select(t => new LibraryFileTypeGroup() {FileTypeGroup = t, LibraryId = library.Id})
.Distinct()