mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-25 22:37:27 -04:00
Added inventory provider with basic tests
This commit is contained in:
@@ -76,6 +76,7 @@ namespace NzbDrone.Core.Providers.Indexer
|
||||
var parsedEpisode = ParseFeed(item);
|
||||
if (parsedEpisode != null)
|
||||
{
|
||||
parsedEpisode.NzbUrl = NzbDownloadUrl(item);
|
||||
result.Add(parsedEpisode);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user