Забыл хуйню

This commit is contained in:
p.belezov 2024-06-18 17:25:33 +08:00
parent 92586b1143
commit b17b151017

View File

@ -39,7 +39,6 @@ export default {
methods: { methods: {
startDownload(){ startDownload(){
this.downloadAvailable = false; this.downloadAvailable = false;
this.downloadAvailable = true; //TODO
this.error = false; this.error = false;
this.fetching = true; this.fetching = true;
axios.get(`/download_api?videourl=${this.url}`).then((responce)=>{ axios.get(`/download_api?videourl=${this.url}`).then((responce)=>{