From b17b15101743eea317f98f0e808d47ceef29e29c Mon Sep 17 00:00:00 2001
From: "p.belezov"
Date: Tue, 18 Jun 2024 17:25:33 +0800
Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B1=D1=8B=D0=BB=20=D1=85=D1=83?=
=?UTF-8?q?=D0=B9=D0=BD=D1=8E?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
resources/views/Main.vue | 1 -
1 file changed, 1 deletion(-)
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)=>{