Update field dialogs and share ratio

This commit is contained in:
ahjephson
2024-08-17 09:48:24 +01:00
parent cf12078de9
commit 566fab8f05
23 changed files with 394 additions and 58 deletions

View File

@@ -122,7 +122,7 @@ namespace Lantean.QBitTorrentClient
Task SetTorrentDownloadLimit(long limit, bool? all = null, params string[] hashes);
Task SetTorrentShareLimit(float ratioLimit, float seedingTimeLimit, bool? all = null, params string[] hashes);
Task SetTorrentShareLimit(float ratioLimit, float seedingTimeLimit, float inactiveSeedingTimeLimit, bool? all = null, params string[] hashes);
Task<IReadOnlyDictionary<string, long>> GetTorrentUploadLimit(bool? all = null, params string[] hashes);