mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-21 22:25:03 -04:00
Show releases with issues in the interactive search
This commit is contained in:
@@ -467,6 +467,11 @@ namespace NzbDrone.Core.Indexers.Definitions
|
||||
|
||||
// Ignore these categories as they'll cause hell with the matcher
|
||||
// TV Special, DVD Special, BD Special
|
||||
if (groupName is "TV Special" or "DVD Special" or "BD Special")
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
if (groupName is "TV Series" or "OVA" or "ONA")
|
||||
{
|
||||
categories = new List<IndexerCategory> { NewznabStandardCategory.TVAnime };
|
||||
|
||||
Reference in New Issue
Block a user