mirror of
https://github.com/Jackett/Jackett
synced 2025-01-02 13:16:16 +00:00
Animebytes: add Live Action Movies categorization (#5519)
This commit is contained in:
parent
734bdd21dd
commit
dc9022edd1
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue