mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-26 23:06:43 -04:00
Fix Tests
This commit is contained in:
@@ -38,6 +38,9 @@ namespace NzbDrone.Core.Indexers.HDBits
|
||||
{
|
||||
query.ImdbInfo = query.ImdbInfo ?? new ImdbInfo();
|
||||
query.ImdbInfo.Id = imdbId;
|
||||
|
||||
//TODO Map Categories
|
||||
query.Category = searchCriteria.Categories;
|
||||
return true;
|
||||
}
|
||||
|
||||
@@ -62,7 +65,7 @@ namespace NzbDrone.Core.Indexers.HDBits
|
||||
query.Passkey = Settings.ApiKey;
|
||||
|
||||
//TODO Add from searchCriteria
|
||||
// query.Category = Settings.Categories.ToArray();
|
||||
query.Category = query.Category.ToArray();
|
||||
query.Codec = Settings.Codecs.ToArray();
|
||||
query.Medium = Settings.Mediums.ToArray();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user