mirror of
https://github.com/C9Glax/tranga.git
synced 2025-02-23 07:40:13 +01:00
Removed unnecessary check
This commit is contained in:
parent
2fcab1f1b1
commit
ea1b8749a6
@ -18,7 +18,6 @@ public abstract class MangaConnector : GlobalBase
|
||||
|
||||
protected MangaConnector(GlobalBase clone) : base(clone)
|
||||
{
|
||||
if (!Directory.Exists(settings.coverImageCache))
|
||||
Directory.CreateDirectory(settings.coverImageCache);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user