mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-27 07:11:03 +02:00
Fixed: (Toloka) Support RAW search (#1944)
This commit is contained in:
parent
aaf4c73c83
commit
b88f8e5fde
1 changed files with 2 additions and 1 deletions
|
|
@ -110,7 +110,8 @@ private IndexerCapabilities SetCapabilities()
|
|||
BookSearchParams = new List<BookSearchParam>
|
||||
{
|
||||
BookSearchParam.Q
|
||||
}
|
||||
},
|
||||
SupportsRawSearch = true
|
||||
};
|
||||
|
||||
caps.Categories.AddCategoryMapping("117", NewznabStandardCategory.Movies, "Українське кіно");
|
||||
|
|
|
|||
Loading…
Reference in a new issue