Bluetigers: Add category (#442)

Bluetigers: Add category
This commit is contained in:
flightlevel 2016-08-18 16:15:50 +10:00 committed by GitHub
parent 5a5d83e5c1
commit 1d2093fc32
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ namespace Jackett.Indexers
AddCategoryMapping("25", TorznabCatType.MoviesOther);
AddCategoryMapping("21", TorznabCatType.MoviesOther);
AddCategoryMapping("20", TorznabCatType.MoviesDVD);
AddCategoryMapping("26", TorznabCatType.MoviesWEBDL);
AddCategoryMapping("9", TorznabCatType.TVAnime);
AddCategoryMapping("34", TorznabCatType.Other);
AddCategoryMapping("35", TorznabCatType.Audio);