fix: Set HostDownloadAction when auto-importing torrents

we had a setting for it, just never used it!
This commit is contained in:
Cucumberrbob 2025-04-22 20:12:38 +01:00
parent 995fb1c6cf
commit 8929ba19d2
No known key found for this signature in database
GPG key ID: 2B935C47401C3614

View file

@ -492,6 +492,7 @@ public class Torrents(
Category = Settings.Get.Provider.Default.Category,
DownloadClient = Settings.Get.DownloadClient.Client,
DownloadAction = Settings.Get.Provider.Default.OnlyDownloadAvailableFiles ? TorrentDownloadAction.DownloadAvailableFiles : TorrentDownloadAction.DownloadAll,
HostDownloadAction = Settings.Get.Provider.Default.HostDownloadAction,
FinishedAction = Settings.Get.Provider.Default.FinishedAction,
DownloadMinSize = Settings.Get.Provider.Default.MinFileSize,
IncludeRegex = Settings.Get.Provider.Default.IncludeRegex,