mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Lots of workings to search processing, UI Categories
This commit is contained in:
@@ -64,6 +64,7 @@ namespace Prowlarr.Api.V1.Indexers
|
||||
return response;
|
||||
case "tvsearch":
|
||||
case "music":
|
||||
case "book":
|
||||
case "movie":
|
||||
Response movieResponse = _nzbSearchService.Search(request, new List<int> { indexer.Id }, false).ToXml();
|
||||
movieResponse.ContentType = "application/rss+xml";
|
||||
|
Reference in New Issue
Block a user