Added author in the search results for books
This commit is contained in:
parent
d21ac66061
commit
e30db0897d
2 changed files with 9 additions and 4 deletions
|
|
@ -56,6 +56,6 @@ export class BookModel extends MediaTypeModel {
|
|||
}
|
||||
|
||||
getSummary(): string {
|
||||
return this.englishTitle + ' (' + this.year + ')';
|
||||
return this.englishTitle + ' (' + this.year + ') - ' + this.author;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue