add more artist hero covers

This commit is contained in:
vapormusic 2022-06-16 13:00:49 +07:00
parent 75bc3cd4f9
commit 77c9193321
2 changed files with 4 additions and 2 deletions

View file

@ -174,7 +174,9 @@
return false;
},
hasHero() {
if(this.data.attributes?.editorialArtwork?.bannerUber) {
if(this.data.attributes?.editorialArtwork?.centeredFullscreenBackground){
return this.data.attributes?.editorialArtwork?.centeredFullscreenBackground.url
} else if(this.data.attributes?.editorialArtwork?.bannerUber) {
return this.data.attributes?.editorialArtwork?.bannerUber.url
}else if(this.data.attributes?.editorialArtwork?.subscriptionHero){
return this.data.attributes?.editorialArtwork?.subscriptionHero.url