From 651f0dd9a9d3e15de811c6b517f3a95f35741663 Mon Sep 17 00:00:00 2001 From: maxid <97409287+maxdorninger@users.noreply.github.com> Date: Sun, 22 Feb 2026 19:50:37 +0100 Subject: [PATCH] fix --- media_manager/torrent/download_clients/qbittorrent.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/media_manager/torrent/download_clients/qbittorrent.py b/media_manager/torrent/download_clients/qbittorrent.py index d371337..88eb1ac 100644 --- a/media_manager/torrent/download_clients/qbittorrent.py +++ b/media_manager/torrent/download_clients/qbittorrent.py @@ -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: