mirror of
https://github.com/Jackett/Jackett.git
synced 2025-10-02 16:42:01 +02:00
filelist: add new category
This commit is contained in:
@@ -111,6 +111,8 @@ namespace Jackett.Common.Indexers.Definitions
|
||||
caps.Categories.AddCategoryMapping(25, TorznabCatType.Movies3D, "Filme 3D");
|
||||
caps.Categories.AddCategoryMapping(26, TorznabCatType.MoviesBluRay, "Filme 4K Blu-Ray");
|
||||
caps.Categories.AddCategoryMapping(27, TorznabCatType.TVUHD, "Seriale 4K");
|
||||
caps.Categories.AddCategoryMapping(28, TorznabCatType.MoviesForeign, "RO Dubbed");
|
||||
caps.Categories.AddCategoryMapping(28, TorznabCatType.TVForeign, "RO Dubbed");
|
||||
|
||||
return caps;
|
||||
}
|
||||
@@ -212,7 +214,7 @@ namespace Jackett.Common.Indexers.Definitions
|
||||
|
||||
var queryCollection = new NameValueCollection
|
||||
{
|
||||
{"category", string.Join(",", MapTorznabCapsToTrackers(query))}
|
||||
{ "category", string.Join(",", MapTorznabCapsToTrackers(query).Distinct().ToList()) }
|
||||
};
|
||||
|
||||
if (configData.Freeleech.Value)
|
||||
|
Reference in New Issue
Block a user