mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
parent
0ae1b3acce
commit
0c6468d63a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue