This commit is contained in:
glax 2023-05-26 14:31:34 +02:00
parent 5dc91095f8
commit e5fe14a09e

View File

@ -286,6 +286,7 @@ public class MangaDex : Connector
string newFilePath = Path.Join(publicationFolder, Path.GetFileName(fileInCache));
if(!File.Exists(fileInCache) && !File.Exists(newFilePath))
File.Copy(fileInCache, newFilePath);
logger?.WriteLine(this.GetType().ToString(), $"Done cloning cover {publication.sortName}");
}