parent
a0a2ef38bd
commit
e149b80a39
1 changed files with 4 additions and 0 deletions
|
|
@ -32,4 +32,8 @@ export class BoardGameModel extends MediaTypeModel {
|
||||||
return MediaType.BoardGame;
|
return MediaType.BoardGame;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
getSummary(): string {
|
||||||
|
return this.englishTitle + ' (' + this.year + ')';
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue