Fixed formatting
This commit is contained in:
parent
5f6f875b86
commit
e13d9e56c0
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ import { MediaType } from '../utils/MediaType';
|
|||
|
||||
export class BookModel extends MediaTypeModel {
|
||||
author: string;
|
||||
plot:string;
|
||||
plot: string;
|
||||
pages: number;
|
||||
image: string;
|
||||
onlineRating: number;
|
||||
|
|
|
|||
|
|
@ -66,4 +66,4 @@ export class MovieModel extends MediaTypeModel {
|
|||
getSummary(): string {
|
||||
return this.englishTitle + ' (' + this.year + ')';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue