added tv-episodes as unavailable
This commit is contained in:
parent
eb97c01536
commit
a5369e4ef9
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@
|
|||
this.unavailable = true
|
||||
}
|
||||
}else{
|
||||
if(this.item.type == "music-movies") {
|
||||
if(this.item.type == "music-movies" || this.item.type == "tv-episodes") {
|
||||
this.unavailable = true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue