mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
New: Readarr 0.1
This commit is contained in:
@@ -7,7 +7,7 @@ namespace NzbDrone.Core.Exceptions
|
||||
public string MusicBrainzId { get; set; }
|
||||
|
||||
public AlbumNotFoundException(string musicbrainzId)
|
||||
: base(string.Format("Album with MusicBrainz {0} was not found, it may have been removed from MusicBrainz.", musicbrainzId))
|
||||
: base(string.Format("Album with id {0} was not found, it may have been removed from metadata server.", musicbrainzId))
|
||||
{
|
||||
MusicBrainzId = musicbrainzId;
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@ namespace NzbDrone.Core.Exceptions
|
||||
public string MusicBrainzId { get; set; }
|
||||
|
||||
public ArtistNotFoundException(string musicbrainzId)
|
||||
: base(string.Format("Artist with MusicBrainz {0} was not found, it may have been removed from MusicBrainz.", musicbrainzId))
|
||||
: base(string.Format("Artist with id {0} was not found, it may have been removed from the metadata server.", musicbrainzId))
|
||||
{
|
||||
MusicBrainzId = musicbrainzId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user