Remove comment from PlexImport.cs

This commit is contained in:
nopoz 2024-05-14 09:51:37 -07:00
parent a342152ce7
commit 91147b1cb4
1 changed files with 1 additions and 1 deletions

View File

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