mirror of
				https://github.com/lantean-code/qbtmud.git
				synced 2025-11-04 05:53:22 +00:00 
			
		
		
		
	Convert more tables to use DynamicTable and implement tracker page context menu
This commit is contained in:
		@@ -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);
 | 
			
		||||
        }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user