mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 08:49:25 +02:00
Fixed unplayable album card
This commit is contained in:
parent
6ceb88264d
commit
820b53c3b4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue