mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-05 02:22:31 +01:00
remove a sonarr and show reference
This commit is contained in:
parent
ac5736c05b
commit
bec8312d61
@ -182,7 +182,7 @@ private List<ImportResult> ProcessFolder(DirectoryInfo directoryInfo, ImportMode
|
|||||||
{
|
{
|
||||||
if (_movieService.MoviePathExists(directoryInfo.FullName))
|
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>();
|
return new List<ImportResult>();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -132,7 +132,7 @@ private void InitializeEncoding()
|
|||||||
return;
|
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 New Issue
Block a user