Merge branch 'main' of https://github.com/ciderapp/Cider
This commit is contained in:
commit
b10279f192
2 changed files with 2 additions and 2 deletions
|
@ -457,7 +457,7 @@
|
|||
if (this.data.type.includes('albums')) {
|
||||
let date = this.data.attributes.releaseDate;
|
||||
if (date == null || date === "") return "";
|
||||
return `${this.data.relationships.tracks.data[0].attributes.genreNames[0]} · ${new Date(date).getFullYear()}`
|
||||
return `${this.data.attributes.genreNames[0]} · ${new Date(date).getFullYear()}`
|
||||
}
|
||||
},
|
||||
async isInLibrary() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue