Show releases with issues in the interactive search

This commit is contained in:
Bogdan
2024-04-13 09:48:33 +03:00
parent 9cc150b105
commit a48d6029d9
2 changed files with 13 additions and 2 deletions
@@ -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 };