hotfix
This commit is contained in:
@@ -89,7 +89,7 @@ func (q *QBit) handleTorrentsAdd(w http.ResponseWriter, r *http.Request) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
action := "symlink"
|
action := "symlink"
|
||||||
if strings.ToLower(r.FormValue("sequentialDownload")) != "true" {
|
if strings.ToLower(r.FormValue("sequentialDownload")) == "true" {
|
||||||
action = "download"
|
action = "download"
|
||||||
}
|
}
|
||||||
debridName := r.FormValue("debrid")
|
debridName := r.FormValue("debrid")
|
||||||
|
|||||||
@@ -243,7 +243,6 @@ func (s *Store) processFiles(torrent *Torrent, debridTorrent *types.Torrent, imp
|
|||||||
onFailed(err)
|
onFailed(err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
s.logger.Debug().Msgf("Download Post-Download Action")
|
|
||||||
torrentSymlinkPath, err = s.processDownload(torrent, debridTorrent)
|
torrentSymlinkPath, err = s.processDownload(torrent, debridTorrent)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
onFailed(err)
|
onFailed(err)
|
||||||
|
|||||||
Reference in New Issue
Block a user