mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
fix calibre validation typo
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user