mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
indexers implementation is now separated from settings/definition
so we can have multiple newznab definitions.
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
using System;
|
||||
using System.ServiceModel.Syndication;
|
||||
using NzbDrone.Core.Model;
|
||||
using NzbDrone.Core.Parser;
|
||||
using NzbDrone.Core.Parser.Model;
|
||||
|
||||
namespace NzbDrone.Core.Indexers.Newznab
|
||||
@@ -25,7 +23,9 @@ namespace NzbDrone.Core.Indexers.Newznab
|
||||
if (currentResult != null)
|
||||
{
|
||||
if (item.Links.Count > 1)
|
||||
{
|
||||
currentResult.Size = item.Links[1].Length;
|
||||
}
|
||||
|
||||
currentResult.Indexer = GetName(item);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user