mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-24 22:55:21 -04:00
Fixed: Double set Category in HDBits Request Gen
This commit is contained in:
@@ -62,8 +62,6 @@ namespace NzbDrone.Core.Indexers.HDBits
|
||||
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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user