Fix issues with playlist and leaving watch page from invalid id
This commit is contained in:
parent
0a612ae0e7
commit
0680e6c5b6
|
@ -107,6 +107,9 @@ export default Vue.extend({
|
|||
return video
|
||||
})
|
||||
|
||||
return video
|
||||
})
|
||||
|
||||
this.isLoading = false
|
||||
}).catch((err) => {
|
||||
console.log(err)
|
||||
|
|
Loading…
Reference in New Issue