diff --git a/server/RdtClient.Service/Services/TorrentRunner.cs b/server/RdtClient.Service/Services/TorrentRunner.cs index 555e49f..29e7d18 100644 --- a/server/RdtClient.Service/Services/TorrentRunner.cs +++ b/server/RdtClient.Service/Services/TorrentRunner.cs @@ -31,6 +31,7 @@ public class TorrentRunner(ILogger logger, Torrents torrents, Dow { settingsCopy.Provider.ApiKey = "*****"; settingsCopy.DownloadClient.Aria2cSecret = "*****"; + settingsCopy.DownloadClient.DownloadStationPassword = "*****"; Log(JsonSerializer.Serialize(settingsCopy)); }