Skip to content

Commit

Permalink
Fixed: (RuTracker) Support Raw search from apps
Browse files Browse the repository at this point in the history
Fixes #987
  • Loading branch information
Qstick committed May 13, 2022
1 parent 166038a commit bc50fd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/NzbDrone.Core/Indexers/Definitions/RuTracker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ private IndexerCapabilities SetCapabilities()
}
};

caps.SupportsRawSearch = true;

caps.Categories.AddCategoryMapping(22, NewznabStandardCategory.Movies, "Наше кино");
caps.Categories.AddCategoryMapping(941, NewznabStandardCategory.Movies, "|- Кино СССР");
caps.Categories.AddCategoryMapping(1666, NewznabStandardCategory.Movies, "|- Детские отечественные фильмы");
Expand Down

0 comments on commit bc50fd9

Please sign in to comment.