mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-05-02 15:39:13 -05:00
Fix qBittorrent tracker fetching (#555)
This commit is contained in:
@@ -148,7 +148,7 @@ public partial class QBitService : DownloadService, IQBitService
|
||||
private async Task<IReadOnlyList<TorrentTracker>> GetTrackersAsync(string hash)
|
||||
{
|
||||
return (await _client.GetTorrentTrackersAsync(hash))
|
||||
.Where(x => x.Url.Contains("**"))
|
||||
.Where(x => !x.Url.Contains("**"))
|
||||
.ToList();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user