Skip to content

Commit

Permalink
setting qbittorrent doesn't create sub folders
Browse files Browse the repository at this point in the history
  • Loading branch information
Geeksun2018 committed Nov 22, 2023
1 parent fc870d5 commit f96aa03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/module/downloader/client/qb_downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ def add_torrents(self, torrent_urls, torrent_files, save_path, category):
save_path=save_path,
category=category,
use_auto_torrent_management=False,
content_layout="NoSubFolder"
)
return resp == "Ok."

Expand Down

0 comments on commit f96aa03

Please sign in to comment.