This commit is contained in:
parent
5dc91095f8
commit
e5fe14a09e
@ -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}");
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user