Merge branch 'develop' of https://github.com/Kareadita/Kavita into feature/epub-highlight-part1
This commit is contained in:
commit
0206f376bc
28 changed files with 4714 additions and 97 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue