mirror of
https://github.com/Radarr/Radarr
synced 2025-02-24 23:23:21 +00:00
remove a sonarr and show reference
This commit is contained in:
parent
ac5736c05b
commit
bec8312d61
2 changed files with 2 additions and 2 deletions
|
@ -182,7 +182,7 @@ private List<ImportResult> ProcessFolder(DirectoryInfo directoryInfo, ImportMode
|
|||
{
|
||||
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 @@ private void InitializeEncoding()
|
|||
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…
Reference in a new issue