1
0
mirror of https://github.com/C9Glax/tranga.git synced 2025-07-09 14:46:05 +02:00

Removed unnecessary check

This commit is contained in:
2023-08-27 01:22:21 +02:00
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);
}