mirror of
https://github.com/lantean-code/qbtmud.git
synced 2025-10-23 04:52:22 +00:00
Add options
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user