fix: Set HostDownloadAction when auto-importing torrents
we had a setting for it, just never used it!
This commit is contained in:
parent
995fb1c6cf
commit
8929ba19d2
1 changed files with 1 additions and 0 deletions
|
|
@ -492,6 +492,7 @@ public class Torrents(
|
||||||
Category = Settings.Get.Provider.Default.Category,
|
Category = Settings.Get.Provider.Default.Category,
|
||||||
DownloadClient = Settings.Get.DownloadClient.Client,
|
DownloadClient = Settings.Get.DownloadClient.Client,
|
||||||
DownloadAction = Settings.Get.Provider.Default.OnlyDownloadAvailableFiles ? TorrentDownloadAction.DownloadAvailableFiles : TorrentDownloadAction.DownloadAll,
|
DownloadAction = Settings.Get.Provider.Default.OnlyDownloadAvailableFiles ? TorrentDownloadAction.DownloadAvailableFiles : TorrentDownloadAction.DownloadAll,
|
||||||
|
HostDownloadAction = Settings.Get.Provider.Default.HostDownloadAction,
|
||||||
FinishedAction = Settings.Get.Provider.Default.FinishedAction,
|
FinishedAction = Settings.Get.Provider.Default.FinishedAction,
|
||||||
DownloadMinSize = Settings.Get.Provider.Default.MinFileSize,
|
DownloadMinSize = Settings.Get.Provider.Default.MinFileSize,
|
||||||
IncludeRegex = Settings.Get.Provider.Default.IncludeRegex,
|
IncludeRegex = Settings.Get.Provider.Default.IncludeRegex,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue