mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-29 13:27:56 +02:00
Indexer refactor complete. This is going to need lots of testing!
This commit is contained in:
@@ -15,10 +15,10 @@ namespace Jackett.Utils
|
||||
caps.SearchAvailable = true;
|
||||
caps.TVSearchAvailable = true;
|
||||
caps.SupportsTVRageSearch = false;
|
||||
caps.Categories.AddRange(new[] {
|
||||
new TorznabCategory { ID = "5000", Name = "TV" },
|
||||
new TorznabCategory { ID = "5030", Name = "TV/SD" },
|
||||
new TorznabCategory { ID = "5040", Name = "TV/HD" }
|
||||
caps.Categories.AddRange(new[] {
|
||||
TorznabCategory.TV,
|
||||
TorznabCategory.TVSD,
|
||||
TorznabCategory.TVHD
|
||||
});
|
||||
return caps;
|
||||
}
|
||||
|
Reference in New Issue
Block a user