Fix volume mount paths so cross-seed and qbittorrent torrent patchs match

This commit is contained in:
Mike Wilson
2025-04-01 11:23:51 -04:00
parent 2da04c283d
commit bb221e068c
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ module.exports = {
duplicateCategories: true, // This is instead of setting a linkCategory
seasonsFromEpisodes: 0.8,
matchMode: "partial",
linkDirs: ["/torrents/cross-seed"],
linkDirs: ["/data/torrents/cross-seed"],
linkType: "hardlink",
notificationWebhookUrls: ["https://webhooks.cheogram.com/{{ crossseed_webhook_endpoint }}"],
port: 2468,