Updated iptorrents indexer column to add proper support for 4K(2160p) (#2344)

* Updated to add new 4K indexer column to add proper support for 4K(2160p)
from tracker.

* Changed MoviesSD to MoviesHD.
This commit is contained in:
Ryan Lewon 2017-12-31 09:39:56 -08:00 committed by garfield69
parent a5f845625f
commit e2b23b6ebc
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ namespace Jackett.Indexers
AddCategoryMapping(72, TorznabCatType.Movies, "Movies");
AddCategoryMapping(87, TorznabCatType.Movies3D, "Movie/3D");
AddCategoryMapping(77, TorznabCatType.MoviesSD, "Movie/480p");
AddCategoryMapping(101, TorznabCatType.MoviesHD, "Movie/4K");
AddCategoryMapping(89, TorznabCatType.MoviesHD, "Movie/BD-R");
AddCategoryMapping(90, TorznabCatType.MoviesSD, "Movie/BD-Rip");
AddCategoryMapping(96, TorznabCatType.MoviesSD, "Movie/Cam");