Add timeout for video loading

This commit is contained in:
Preston 2020-09-26 17:39:10 -04:00
parent 47773c110c
commit 37e874cb09
1 changed files with 4 additions and 1 deletions

View File

@ -327,7 +327,10 @@ export default Vue.extend({
}
}
this.isLoading = false
// TODO: Remove before release
setTimeout(() => {
this.isLoading = false
}, 400)
})
.catch(err => {
const errorMessage = this.$t('Local API Error (Click to copy)')