fix ui click bug for uploadedVideo
This commit is contained in:
parent
f25b78f4d5
commit
aa13c7ffe5
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ const app = new Vue({
|
|||
if(kind.toString().includes("artist")){
|
||||
app.getArtistInfo(id, isLibrary)
|
||||
}
|
||||
else if(!kind.toString().includes("radioStation") && !kind.toString().includes("song") && !kind.toString().includes("musicVideo"))
|
||||
else if(!kind.toString().includes("radioStation") && !kind.toString().includes("song") && !kind.toString().includes("musicVideo") && !kind.toString().includes("uploadedVideo"))
|
||||
{app.page = (kind) + "_"+ (id);
|
||||
console.log("oks");
|
||||
app.getTypeFromID((kind),(id), (isLibrary));} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue