fix calibre validation typo

This commit is contained in:
bakerboy448
2022-01-16 07:40:55 -06:00
committed by ta264
parent 53f66606bc
commit 64fafc599c

View File

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