Zory hace 1 semana
padre
commit
b8cdba0624
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/layout/components/tasks.vue

+ 1 - 1
src/layout/components/tasks.vue

@@ -63,7 +63,7 @@
 				let a = document.createElement("a")
 				a.style = "display: none"
 				a.target = "_blank"
-				a.href = row.result
+				a.href = row.down_url
 				document.body.appendChild(a)
 				a.click()
 				document.body.removeChild(a)