From 91147b1cb4ec36850dd0dabdc2ed0b8affd267c6 Mon Sep 17 00:00:00 2001 From: nopoz Date: Tue, 14 May 2024 09:51:37 -0700 Subject: [PATCH] Remove comment from PlexImport.cs --- src/NzbDrone.Core/ImportLists/Plex/PlexImport.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Core/ImportLists/Plex/PlexImport.cs b/src/NzbDrone.Core/ImportLists/Plex/PlexImport.cs index e31910294..ff0865cac 100644 --- a/src/NzbDrone.Core/ImportLists/Plex/PlexImport.cs +++ b/src/NzbDrone.Core/ImportLists/Plex/PlexImport.cs @@ -128,7 +128,7 @@ namespace NzbDrone.Core.ImportLists.Plex return new ValidationFailure(string.Empty, $"Unable to connect to Plex Watchlist: {ex.Message}. Check the log for details."); } - return null; // Indicate no fatal errors even if the list is empty. + return null; } } }