Fixed bugs
Added a header so it doesn't limit the rate of requests as fast Fixed year missing from title Replaced ID from isbn to OpenLibrary ID Added ISBN10 as separate field
This commit is contained in:
parent
503b387168
commit
cf36d19e11
2 changed files with 22 additions and 14 deletions
|
|
@ -5,7 +5,9 @@ import { MediaType } from '../utils/MediaType';
|
|||
export class BookModel extends MediaTypeModel {
|
||||
author: string;
|
||||
pages: string;
|
||||
isbn10: string;
|
||||
image: string;
|
||||
english_title: string;
|
||||
|
||||
released: boolean;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue