mirror of
https://github.com/Jackett/Jackett
synced 2025-01-18 13:43:50 +00:00
TorrentLeech: Add the new 4K category (#1899)
* Add the new 4K category for TorrentLeech TorrentLeech renamed the existing 4k category and added a new "Real 4K UltraHD HDR" category. This PR adds the new category (but leaves the old one too). * Update TorrentLeech.cs
This commit is contained in:
parent
2bdb1ee0ff
commit
4463fc0550
1 changed files with 2 additions and 1 deletions
|
@ -54,7 +54,8 @@ namespace Jackett.Indexers
|
|||
AddCategoryMapping(14, TorznabCatType.MoviesHD);
|
||||
AddCategoryMapping(15, TorznabCatType.Movies); // Boxsets
|
||||
AddCategoryMapping(29, TorznabCatType.TVDocumentary);
|
||||
AddCategoryMapping(41, TorznabCatType.MoviesHD, "Movies/4K");
|
||||
AddCategoryMapping(41, TorznabCatType.MoviesHD, "4K Upscaled");
|
||||
AddCategoryMapping(47, TorznabCatType.MoviesHD, "Real 4K UltraHD HDR");
|
||||
AddCategoryMapping(36, TorznabCatType.MoviesForeign);
|
||||
AddCategoryMapping(37, TorznabCatType.MoviesWEBDL);
|
||||
AddCategoryMapping(43, TorznabCatType.MoviesSD, "Movies/HDRip");
|
||||
|
|
Loading…
Reference in a new issue