diff --git a/src/NzbDrone.Core/Music/RefreshAlbumService.cs b/src/NzbDrone.Core/Music/RefreshAlbumService.cs index 5d60b6c72..bc6bdee03 100644 --- a/src/NzbDrone.Core/Music/RefreshAlbumService.cs +++ b/src/NzbDrone.Core/Music/RefreshAlbumService.cs @@ -129,8 +129,7 @@ namespace NzbDrone.Core.Music if (albumToUpdate != null) { - - tuple = _albumInfo.GetAlbumInfo(album.ForeignAlbumId, albumToUpdate.CurrentRelease.Id); + tuple = _albumInfo.GetAlbumInfo(album.ForeignAlbumId, albumToUpdate.CurrentRelease?.Id); albumInfo = tuple.Item1; existingAlbums.Remove(albumToUpdate); updateList.Add(albumToUpdate);