fix ui click bug for uploadedVideo

This commit is contained in:
vapormusic 2021-12-07 16:25:23 +07:00
parent f25b78f4d5
commit aa13c7ffe5

View file

@ -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 {