- forgotten comma
This commit is contained in:
Makhuta 2025-02-06 15:39:06 +01:00
parent 0c9e3205c2
commit 7f13d9b1e6

View File

@ -26,7 +26,7 @@ public partial class Tranga : GlobalBase
new ManhuaPlus(this), new ManhuaPlus(this),
new MangaHere(this), new MangaHere(this),
new AsuraToon(this), new AsuraToon(this),
new Weebcentral(this) new Weebcentral(this),
new Webtoons(this), new Webtoons(this),
}; };
foreach(DirectoryInfo dir in new DirectoryInfo(Path.GetTempPath()).GetDirectories("trangatemp"))//Cleanup old temp folders foreach(DirectoryInfo dir in new DirectoryInfo(Path.GetTempPath()).GetDirectories("trangatemp"))//Cleanup old temp folders