We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0a2ef3 commit e149b80Copy full SHA for e149b80
src/models/BoardGameModel.ts
@@ -32,4 +32,8 @@ export class BoardGameModel extends MediaTypeModel {
32
return MediaType.BoardGame;
33
}
34
35
+ getSummary(): string {
36
+ return this.englishTitle + ' (' + this.year + ')';
37
+ }
38
+
39
0 commit comments