mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-30 23:47:17 +02:00
MoreThanTv: Add Other category (#1292)
This commit is contained in:
@@ -195,6 +195,10 @@ namespace Jackett.Indexers
|
||||
{
|
||||
category = TorznabCatType.Movies.ID;
|
||||
}
|
||||
else if (categories.Contains("cats_other"))
|
||||
{
|
||||
category = TorznabCatType.Other.ID;
|
||||
}
|
||||
else
|
||||
{
|
||||
throw new Exception("Couldn't find category.");
|
||||
|
Reference in New Issue
Block a user