From 64fafc599c58f466970972af131e55527c92b139 Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Sun, 16 Jan 2022 07:40:55 -0600 Subject: [PATCH] fix calibre validation typo --- src/NzbDrone.Core/Books/Calibre/CalibreProxy.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Core/Books/Calibre/CalibreProxy.cs b/src/NzbDrone.Core/Books/Calibre/CalibreProxy.cs index d2db5644b..421d0c7e7 100644 --- a/src/NzbDrone.Core/Books/Calibre/CalibreProxy.cs +++ b/src/NzbDrone.Core/Books/Calibre/CalibreProxy.cs @@ -657,7 +657,7 @@ namespace NzbDrone.Core.Books.Calibre if (!HasWriteAccess(settings)) { - return new ValidationFailure("Username", "Readarr needs write access. Configure a user or trusted IP in calibre. See See https://manual.calibre-ebook.com/server.html"); + return new ValidationFailure("Username", "Readarr needs write access. Configure a user or trusted IP in calibre. See https://manual.calibre-ebook.com/server.html"); } var libraryInfo = GetLibraryInfo(settings);