This commit is contained in:
Glax 2024-01-31 18:35:50 +01:00
parent 5d12be2983
commit 3b818ff1af

View File

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