mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-01-30 16:37:29 +01:00
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…
x
Reference in New Issue
Block a user