This commit is contained in:
maxid
2026-02-22 19:50:37 +01:00
parent a643c9426d
commit 651f0dd9a9

View File

@@ -60,9 +60,7 @@ class QbittorrentDownloadClient(AbstractDownloadClient):
try:
self.api_client.torrents_create_category(
name=self.config.category_name,
save_path=self.config.category_save_path
if self.config.category_save_path != ""
else None,
save_path=self.config.category_save_path,
)
except Conflict409Error:
try: