Removed isbn10 field

Since I'm now using the general work rather than a specific edition
This commit is contained in:
ltctceplrm 2023-09-23 02:51:50 +02:00
parent e89bf8e455
commit a15af42d85

View file

@ -5,7 +5,6 @@ import { MediaType } from '../utils/MediaType';
export class BookModel extends MediaTypeModel {
author: string;
pages: string;
isbn10: string;
image: string;
english_title: string;