mirror of https://github.com/lidarr/Lidarr
parent
0ae1b3acce
commit
0c6468d63a
|
@ -276,7 +276,7 @@ namespace NzbDrone.Core.MetadataSource.SkyHook
|
|||
existingAlbum.Artist = _artistService.GetArtist(existingAlbum.ArtistId);
|
||||
return new List<Album> { existingAlbum };
|
||||
}
|
||||
catch (ArtistNotFoundException)
|
||||
catch (AlbumNotFoundException)
|
||||
{
|
||||
return new List<Album>();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue