1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-25 07:32:38 +00:00

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

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);