Convert more tables to use DynamicTable and implement tracker page context menu

This commit is contained in:
ahjephson
2024-07-19 19:32:07 +01:00
parent ab548bb0e8
commit 2247a08eea
39 changed files with 535 additions and 400 deletions

View File

@@ -209,7 +209,7 @@ namespace Lantean.QBitTorrentClient
return _apiClient.GetTorrentProperties(hash);
}
public Task<IReadOnlyList<TorrentTrackers>> GetTorrentTrackers(string hash)
public Task<IReadOnlyList<TorrentTracker>> GetTorrentTrackers(string hash)
{
return _apiClient.GetTorrentTrackers(hash);
}