Fixed unplayable album card

This commit is contained in:
Agate 2020-07-09 13:03:08 +02:00
parent 6ceb88264d
commit 820b53c3b4
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ export default {
return a.is_playable === true return a.is_playable === true
}).length > 0 }).length > 0
} else if (this.album) { } else if (this.album) {
return this.album.is_playable return true
} else if (this.tracks) { } else if (this.tracks) {
return this.tracks.filter((t) => { return this.tracks.filter((t) => {
return t.uploads && t.uploads.length > 0 return t.uploads && t.uploads.length > 0