From 23f3a6fbd643a645d552eb2166d6182a607911bf Mon Sep 17 00:00:00 2001 From: booploops <49113086+booploops@users.noreply.github.com> Date: Thu, 24 Feb 2022 01:12:13 -0800 Subject: [PATCH] adjustments for radio types --- src/renderer/views/components/mediaitem-square.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{