mirror of
https://github.com/Readarr/Readarr
synced 2026-04-20 20:01:09 +02:00
fix calibre validation typo
This commit is contained in:
parent
53f66606bc
commit
64fafc599c
1 changed files with 1 additions and 1 deletions
|
|
@ -657,7 +657,7 @@ private ValidationFailure TestCalibre(CalibreSettings settings)
|
|||
|
||||
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…
Reference in a new issue