From e48a3c19efdc50f26add0fb48fe8d7128b50d9a4 Mon Sep 17 00:00:00 2001 From: "p.belezov" Date: Tue, 18 Jun 2024 16:00:53 +0800 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BA=D0=BD=D0=BE=D0=BF=D0=BE=D1=87=D0=BA=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/Main.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/views/Main.vue b/resources/views/Main.vue index 576b0a4..65aac3a 100644 --- a/resources/views/Main.vue +++ b/resources/views/Main.vue @@ -33,6 +33,7 @@ export default { }), methods: { startDownload(){ + this.downloadAvailable = false; this.error = false; this.fetching = true; axios.get(`/download_api?videourl=${this.url}`).then((responce)=>{