Compare commits

...

1 Commits

Author SHA1 Message Date
maxid
651f0dd9a9 fix 2026-02-22 19:50:37 +01:00

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: