mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
parent
31ba45cb7a
commit
0daa978fba
@ -34,7 +34,10 @@ private ParseResource Parse()
|
||||
|
||||
if (parsedMovieInfo == null)
|
||||
{
|
||||
return null;
|
||||
return new ParseResource
|
||||
{
|
||||
Title = title
|
||||
};
|
||||
}
|
||||
|
||||
var remoteMovie = _parsingService.Map(parsedMovieInfo, "");
|
||||
|
Loading…
Reference in New Issue
Block a user