Fix issues with playlist and leaving watch page from invalid id

This commit is contained in:
Preston 2020-08-25 10:14:58 -04:00
parent 0a612ae0e7
commit 0680e6c5b6
1 changed files with 3 additions and 0 deletions

View File

@ -107,6 +107,9 @@ export default Vue.extend({
return video
})
return video
})
this.isLoading = false
}).catch((err) => {
console.log(err)