remove a sonarr and show reference

This commit is contained in:
bakerboy448 2021-04-06 11:29:34 -05:00 committed by Robin Dadswell
parent ac5736c05b
commit bec8312d61
2 changed files with 2 additions and 2 deletions

View File

@ -182,7 +182,7 @@ namespace NzbDrone.Core.MediaFiles
{
if (_movieService.MoviePathExists(directoryInfo.FullName))
{
_logger.Warn("Unable to process folder that is mapped to an existing show");
_logger.Warn("Unable to process folder that is mapped to an existing movie");
return new List<ImportResult>();
}

View File

@ -132,7 +132,7 @@ namespace NzbDrone.Core.MediaFiles.MediaInfo
return;
}
throw new NotSupportedException("Unsupported MediaInfoLib encoding, version check responses (may be gibberish, show it to the Sonarr devs): " + responses.Join(", "));
throw new NotSupportedException("Unsupported MediaInfoLib encoding, version check responses (may be gibberish, show it to the Radarr devs): " + responses.Join(", "));
}
}