diff --git a/src/renderer/views/components/mediaitem-square.ejs b/src/renderer/views/components/mediaitem-square.ejs index 6c5beff0..d525c4c5 100644 --- a/src/renderer/views/components/mediaitem-square.ejs +++ b/src/renderer/views/components/mediaitem-square.ejs @@ -83,7 +83,7 @@ async mounted() { await this.getBadges() if(typeof this.item.attributes.playParams == "object") { - if(this.item.attributes.playParams.kind.includes("radioStation") && this.item.attributes.requiresSubscription) { + if(this.item.attributes.playParams.kind.includes("radioStation") && (this.item.attributes.playParams.streamingKind == 1 || this.item.attributes.playParams.streamingKind == 2)) { this.unavailable = true } }else{