mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-17 21:26:13 -04:00
@@ -32,7 +32,10 @@ namespace NzbDrone.Api.Parse
|
||||
|
||||
if (parsedEpisodeInfo == null)
|
||||
{
|
||||
return null;
|
||||
return new ParseResource
|
||||
{
|
||||
Title = title
|
||||
};
|
||||
}
|
||||
|
||||
var remoteEpisode = _parsingService.Map(parsedEpisodeInfo, 0, 0);
|
||||
|
||||
@@ -32,7 +32,10 @@ namespace Sonarr.Api.V3.Parse
|
||||
|
||||
if (parsedEpisodeInfo == null)
|
||||
{
|
||||
return null;
|
||||
return new ParseResource
|
||||
{
|
||||
Title = title
|
||||
};
|
||||
}
|
||||
|
||||
var remoteEpisode = _parsingService.Map(parsedEpisodeInfo, 0, 0);
|
||||
|
||||
Reference in New Issue
Block a user