1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-01-04 22:41:49 +00:00

Animebytes: add Live Action Movies categorization (#5519)

This commit is contained in:
Ricardo Constantino 2019-06-20 20:45:22 +01:00 committed by garfield69
parent 734bdd21dd
commit dc9022edd1

View file

@ -282,7 +282,7 @@ namespace Jackett.Common.Indexers
// Ignore these categories as they'll cause hell with the matcher // Ignore these categories as they'll cause hell with the matcher
// TV Special, OVA, ONA, DVD Special, BD Special // TV Special, OVA, ONA, DVD Special, BD Special
if (GroupName == "Movie") if (GroupName == "Movie" || GroupName == "Live Action Movie")
Category = new List<int> { TorznabCatType.Movies.ID }; Category = new List<int> { TorznabCatType.Movies.ID };
if (category == "Manga" || category == "Oneshot" || category == "Anthology" || category == "Manhwa" || category == "Manhua" || category == "Light Novel") if (category == "Manga" || category == "Oneshot" || category == "Anthology" || category == "Manhwa" || category == "Manhua" || category == "Light Novel")