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"],