Light Novel Library Type (#2682)
This commit is contained in:
parent
a40c019ddb
commit
8b2649302c
26 changed files with 237 additions and 148 deletions
|
|
@ -4,7 +4,8 @@ export enum LibraryType {
|
|||
Manga = 0,
|
||||
Comic = 1,
|
||||
Book = 2,
|
||||
Images = 3
|
||||
Images = 3,
|
||||
LightNovel = 4
|
||||
}
|
||||
|
||||
export interface Library {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue