mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -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