mirror of
https://github.com/C9Glax/tranga.git
synced 2025-02-22 23:30:13 +01:00
Fix
- forgotten comma
This commit is contained in:
parent
0c9e3205c2
commit
7f13d9b1e6
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user