Added missing manga media type
This commit is contained in:
parent
75ad6db677
commit
826566c874
1 changed files with 1 additions and 0 deletions
|
|
@ -7,4 +7,5 @@ export enum MediaType {
|
||||||
Wiki = 'wiki',
|
Wiki = 'wiki',
|
||||||
BoardGame = 'boardgame',
|
BoardGame = 'boardgame',
|
||||||
Book = 'book',
|
Book = 'book',
|
||||||
|
Manga = 'manga',
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue