MoreThanTv: Add Other category (#1292)

This commit is contained in:
flightlevel 2017-04-17 14:22:00 +10:00 committed by GitHub
parent f2def1f615
commit 14f530a32c
1 changed files with 4 additions and 0 deletions

View File

@ -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.");