Music releases
This commit is contained in:
parent
47b69b5be7
commit
003c568099
12 changed files with 178 additions and 36 deletions
|
|
@ -39,7 +39,7 @@ export class SeriesModel extends MediaTypeModel {
|
|||
}
|
||||
|
||||
getFileName(): string {
|
||||
return this.title;
|
||||
return this.title + ' (' + this.year + ')';
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue