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