diff --git a/resources/views/Main.vue b/resources/views/Main.vue index 71593db..8c85b49 100644 --- a/resources/views/Main.vue +++ b/resources/views/Main.vue @@ -39,7 +39,6 @@ export default { methods: { startDownload(){ this.downloadAvailable = false; - this.downloadAvailable = true; //TODO this.error = false; this.fetching = true; axios.get(`/download_api?videourl=${this.url}`).then((responce)=>{