Light Novel Library Type (#2682)
This commit is contained in:
parent
a40c019ddb
commit
8b2649302c
26 changed files with 237 additions and 148 deletions
|
@ -20,7 +20,7 @@ public class LibraryBuilder : IEntityBuilder<Library>
|
|||
Series = new List<Series>(),
|
||||
Folders = new List<FolderPath>(),
|
||||
AppUsers = new List<AppUser>(),
|
||||
AllowScrobbling = type is LibraryType.Book or LibraryType.Manga
|
||||
AllowScrobbling = type is LibraryType.LightNovel or LibraryType.Manga
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ public static class LibraryTypeHelper
|
|||
{
|
||||
LibraryType.Manga => MediaFormat.Manga,
|
||||
LibraryType.Comic => MediaFormat.Comic,
|
||||
LibraryType.Book => MediaFormat.LightNovel,
|
||||
LibraryType.LightNovel => MediaFormat.LightNovel,
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue