mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-05-08 12:43:19 +02:00
Fixed: Double set Category in HDBits Request Gen
This commit is contained in:
parent
7b939454c3
commit
4a7f530f34
1 changed files with 0 additions and 2 deletions
|
|
@ -62,8 +62,6 @@ private IEnumerable<IndexerRequest> GetRequest(TorrentQuery query)
|
|||
query.Username = Settings.Username;
|
||||
query.Passkey = Settings.ApiKey;
|
||||
|
||||
//TODO Add from searchCriteria
|
||||
query.Category = query.Category.ToArray();
|
||||
query.Codec = Settings.Codecs.ToArray();
|
||||
query.Medium = Settings.Mediums.ToArray();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue