mirror of
https://github.com/C9Glax/tranga.git
synced 2025-02-22 15:20:12 +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 MangaHere(this),
|
||||
new AsuraToon(this),
|
||||
new Weebcentral(this)
|
||||
new Weebcentral(this),
|
||||
new Webtoons(this),
|
||||
};
|
||||
foreach(DirectoryInfo dir in new DirectoryInfo(Path.GetTempPath()).GetDirectories("trangatemp"))//Cleanup old temp folders
|
||||
|
Loading…
x
Reference in New Issue
Block a user