Fixed unplayable album card
This commit is contained in:
parent
6ceb88264d
commit
820b53c3b4
|
@ -112,7 +112,7 @@ export default {
|
|||
return a.is_playable === true
|
||||
}).length > 0
|
||||
} else if (this.album) {
|
||||
return this.album.is_playable
|
||||
return true
|
||||
} else if (this.tracks) {
|
||||
return this.tracks.filter((t) => {
|
||||
return t.uploads && t.uploads.length > 0
|
||||
|
|
Loading…
Reference in New Issue