mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-06-04 22:05:21 -04:00
Custom keybinds, Default language per Library, and bugfixes (#4162)
Co-authored-by: Joseph Milazzo <josephmajora@gmail.com>
This commit is contained in:
@@ -48,6 +48,8 @@ public sealed record UpdateLibraryDto
|
||||
/// <inheritdoc cref="Library.InheritWebLinksFromFirstChapter"/>
|
||||
[Required]
|
||||
public bool InheritWebLinksFromFirstChapter { get; init; }
|
||||
/// <inheritdoc cref="Library.DefaultLanguage"/>
|
||||
public string DefaultLanguage { get; init; }
|
||||
/// <summary>
|
||||
/// What types of files to allow the scanner to pickup
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user