Fix wrongly named field in TransmissionProxy

This commit is contained in:
mika 2024-04-22 16:26:12 +02:00
parent b81c3ee4a8
commit 1afd11b40e
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ namespace NzbDrone.Core.Download.Clients.Transmission
"seedRatioMode",
"seedIdleLimit",
"seedIdleMode",
"fileCount"
"file-count"
};
var arguments = new Dictionary<string, object>();