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:
ltctceplrm 2023-09-22 23:10:52 +02:00
parent 503b387168
commit cf36d19e11
2 changed files with 22 additions and 14 deletions

View file

@ -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;