typo
This commit is contained in:
parent
5d12be2983
commit
3b818ff1af
@ -178,7 +178,7 @@ public abstract class MangaConnector : GlobalBase
|
||||
string fileInCache = Path.Join(settings.coverImageCache, manga.coverFileNameInCache);
|
||||
if (!File.Exists(fileInCache))
|
||||
{
|
||||
Log($"Cloníng cover failed: File missing {fileInCache}.");
|
||||
Log($"Cloning cover failed: File missing {fileInCache}.");
|
||||
if (retries > 0 && manga.coverUrl is not null)
|
||||
{
|
||||
Log($"Trying {retries} more times");
|
||||
|
Loading…
Reference in New Issue
Block a user