fix calibre validation typo

pull/1461/head
bakerboy448 2 years ago committed by ta264
parent 53f66606bc
commit 64fafc599c

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

Loading…
Cancel
Save