From bec8312d610ec8781b24c6cf5b4f9d13badfe35a Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Tue, 6 Apr 2021 11:29:34 -0500 Subject: [PATCH] remove a sonarr and show reference --- src/NzbDrone.Core/MediaFiles/DownloadedMovieImportService.cs | 2 +- src/NzbDrone.Core/MediaFiles/MediaInfo/MediaInfoLib.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/NzbDrone.Core/MediaFiles/DownloadedMovieImportService.cs b/src/NzbDrone.Core/MediaFiles/DownloadedMovieImportService.cs index 244a183c8..9635a5c12 100644 --- a/src/NzbDrone.Core/MediaFiles/DownloadedMovieImportService.cs +++ b/src/NzbDrone.Core/MediaFiles/DownloadedMovieImportService.cs @@ -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(); } diff --git a/src/NzbDrone.Core/MediaFiles/MediaInfo/MediaInfoLib.cs b/src/NzbDrone.Core/MediaFiles/MediaInfo/MediaInfoLib.cs index 0f25334b8..36548c047 100644 --- a/src/NzbDrone.Core/MediaFiles/MediaInfo/MediaInfoLib.cs +++ b/src/NzbDrone.Core/MediaFiles/MediaInfo/MediaInfoLib.cs @@ -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(", ")); } }