mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-20 12:55:33 +02:00
Compare commits
1 Commits
dependabot
...
fix-qbitto
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
651f0dd9a9 |
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user