mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-21 22:05:43 -04:00
New: Added support for newznab indexers using tvdbid for searching.
This commit is contained in:
@@ -24,7 +24,7 @@ namespace NzbDrone.Api.Parse
|
||||
return null;
|
||||
}
|
||||
|
||||
var remoteEpisode = _parsingService.Map(parsedEpisodeInfo);
|
||||
var remoteEpisode = _parsingService.Map(parsedEpisodeInfo, 0, 0);
|
||||
|
||||
if (remoteEpisode == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user