Clean-up after merge
This commit is contained in:
parent
391915eb09
commit
da16b2af6a
15 changed files with 177 additions and 171 deletions
|
|
@ -39,8 +39,8 @@ export class MusicReleaseModel extends MediaTypeModel {
|
|||
|
||||
getSummary(): string {
|
||||
var summary = this.title + ' (' + this.year + ')';
|
||||
if(this.artists.length > 0)
|
||||
summary += ' - ' + this.artists.join(', ')
|
||||
if (this.artists.length > 0)
|
||||
summary += ' - ' + this.artists.join(', ');
|
||||
return summary;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue