This commit is contained in:
Mukhtar Akere
2025-06-14 19:32:50 +01:00
parent 22280f15cf
commit 7cf25f53e7
2 changed files with 1 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ func (q *QBit) handleTorrentsAdd(w http.ResponseWriter, r *http.Request) {
}
action := "symlink"
if strings.ToLower(r.FormValue("sequentialDownload")) != "true" {
if strings.ToLower(r.FormValue("sequentialDownload")) == "true" {
action = "download"
}
debridName := r.FormValue("debrid")