mirror of
https://github.com/lantean-code/qbtmud.git
synced 2025-10-23 04:52:22 +00:00
Convert more tables to use DynamicTable and implement tracker page context menu
This commit is contained in:
@@ -78,7 +78,7 @@ namespace Lantean.QBitTorrentClient
|
||||
|
||||
Task<TorrentProperties> GetTorrentProperties(string hash);
|
||||
|
||||
Task<IReadOnlyList<TorrentTrackers>> GetTorrentTrackers(string hash);
|
||||
Task<IReadOnlyList<TorrentTracker>> GetTorrentTrackers(string hash);
|
||||
|
||||
Task<IReadOnlyList<WebSeed>> GetTorrentWebSeeds(string hash);
|
||||
|
||||
|
Reference in New Issue
Block a user