From 207152124b6f2c1c8a038efe3f588c8f7c14221b Mon Sep 17 00:00:00 2001 From: Mike Wilson Date: Tue, 1 Apr 2025 13:32:51 -0400 Subject: [PATCH] Removed duplicateCategories option from cross-seed config since, with linking enabled, all torrents are placed in the cross-seed-link category anyway --- ansible/roles/qbittorrent/templates/cross-seed/config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ansible/roles/qbittorrent/templates/cross-seed/config.js b/ansible/roles/qbittorrent/templates/cross-seed/config.js index f61ae5e..a29af46 100644 --- a/ansible/roles/qbittorrent/templates/cross-seed/config.js +++ b/ansible/roles/qbittorrent/templates/cross-seed/config.js @@ -28,7 +28,6 @@ module.exports = { qbittorrentUrl: "https://qbittorrent.local.{{ personal_domain }}", sonarr: ["https://sonarr.local.{{ personal_domain }}/?apikey={{ sonarr_api_key }}"], radarr: ["https://radarr.local.{{ personal_domain }}/?apikey={{ radarr_api_key }}"], - duplicateCategories: true, // This is instead of setting a linkCategory seasonsFromEpisodes: 0.8, matchMode: "partial", linkDirs: ["/data/torrents/cross-seed"],