This commit is contained in:
mProjectsCode 2022-08-29 14:46:09 +02:00
parent a0a2ef38bd
commit e149b80a39

View file

@ -32,4 +32,8 @@ export class BoardGameModel extends MediaTypeModel {
return MediaType.BoardGame;
}
getSummary(): string {
return this.englishTitle + ' (' + this.year + ')';
}
}