|
|
@ -128,7 +128,7 @@ namespace NzbDrone.Core.Indexers.Newznab
|
|
|
|
var results = new List<IndexerCategory>();
|
|
|
|
var results = new List<IndexerCategory>();
|
|
|
|
|
|
|
|
|
|
|
|
// Try to find <category> elements for some indexers that suck at following the rules.
|
|
|
|
// Try to find <category> elements for some indexers that suck at following the rules.
|
|
|
|
if (results.Count == 0)
|
|
|
|
if (cats.Count == 0)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
cats = item.Elements("category").Select(e => e.Value).ToList();
|
|
|
|
cats = item.Elements("category").Select(e => e.Value).ToList();
|
|
|
|
}
|
|
|
|
}
|
|
|
|