Added comic book support
- Created a new model for comic books - Added comic vine support
This commit is contained in:
parent
9a81d70876
commit
3befc82b87
5 changed files with 174 additions and 0 deletions
|
|
@ -7,4 +7,5 @@ export enum MediaType {
|
|||
Wiki = 'wiki',
|
||||
BoardGame = 'boardgame',
|
||||
Book = 'book',
|
||||
ComicBook = 'comicBook',
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue