mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Added inventory provider with basic tests
This commit is contained in:
parent
53e6b60382
commit
849beef5a2
6 changed files with 200 additions and 12 deletions
|
@ -76,6 +76,7 @@ namespace NzbDrone.Core.Providers.Indexer
|
|||
var parsedEpisode = ParseFeed(item);
|
||||
if (parsedEpisode != null)
|
||||
{
|
||||
parsedEpisode.NzbUrl = NzbDownloadUrl(item);
|
||||
result.Add(parsedEpisode);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue