Add options

This commit is contained in:
ahjephson
2024-04-26 19:45:10 +01:00
parent f9847c60f5
commit d698370c45
34 changed files with 2542 additions and 195 deletions

View File

@@ -30,6 +30,10 @@ namespace Lantean.QBitTorrentClient
Task<string> GetDefaultSavePath();
Task<IReadOnlyList<NetworkInterface>> GetNetworkInterfaces();
Task<IReadOnlyList<string>> GetNetworkInterfaceAddressList(string @interface);
#endregion Application
#region Log
@@ -162,6 +166,8 @@ namespace Lantean.QBitTorrentClient
Task RenameFolder(string hash, string oldPath, string newPath);
Task<string> GetExportUrl(string hash);
#endregion Torrent management
#region RSS