adjustments for radio types
This commit is contained in:
parent
a5369e4ef9
commit
23f3a6fbd6
1 changed files with 1 additions and 1 deletions
|
@ -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{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue