adjustments for radio types

This commit is contained in:
booploops 2022-02-24 01:12:13 -08:00
parent a5369e4ef9
commit 23f3a6fbd6

View file

@ -83,7 +83,7 @@
async mounted() { async mounted() {
await this.getBadges() await this.getBadges()
if(typeof this.item.attributes.playParams == "object") { 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 this.unavailable = true
} }
}else{ }else{