diff --git a/server/utils/qbittorrent.js b/server/utils/qbittorrent.js index 91d06b2..2f10284 100644 --- a/server/utils/qbittorrent.js +++ b/server/utils/qbittorrent.js @@ -198,7 +198,7 @@ function mapTorrentToDownload(torrent) { hash: torrent.hash, category: torrent.category, tags: torrent.tags, - savePath: torrent.save_path || torrent.content_path || null, + savePath: torrent.content_path || torrent.save_path || null, qbittorrent: true }; }