mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-29 21:49:13 +02:00
Animebytes: add Live Action Movies categorization (#5519)
This commit is contained in:

committed by
garfield69

parent
734bdd21dd
commit
dc9022edd1
@@ -282,7 +282,7 @@ namespace Jackett.Common.Indexers
|
||||
// Ignore these categories as they'll cause hell with the matcher
|
||||
// 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 };
|
||||
|
||||
if (category == "Manga" || category == "Oneshot" || category == "Anthology" || category == "Manhwa" || category == "Manhua" || category == "Light Novel")
|
||||
|
Reference in New Issue
Block a user