Fixed: Parse endpoint response when title failed to parse
Co-Authored-By: Taloth <Taloth@users.noreply.github.com>
This commit is contained in:
@@ -23,7 +23,10 @@ namespace Lidarr.Api.V1.Parse
|
|||||||
|
|
||||||
if (parsedAlbumInfo == null)
|
if (parsedAlbumInfo == null)
|
||||||
{
|
{
|
||||||
return null;
|
return new ParseResource
|
||||||
|
{
|
||||||
|
Title = title
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
var remoteAlbum = _parsingService.Map(parsedAlbumInfo);
|
var remoteAlbum = _parsingService.Map(parsedAlbumInfo);
|
||||||
|
|||||||
Reference in New Issue
Block a user