remove a sonarr and show reference

pull/6049/head
bakerboy448 3 years ago committed by Robin Dadswell
parent ac5736c05b
commit bec8312d61

@ -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>();
}

@ -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(", "));
}
}

Loading…
Cancel
Save