Mangairo: new search path, remove extra slash (#6204)

This commit is contained in:
scb261
2021-03-17 22:17:21 +02:00
committed by GitHub
parent 5dbfde95d3
commit 941999c9df
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ class MangaBoxGenerator : ThemeSourceGenerator {
SingleLang("Manganelo", "https://manganelo.com", "en"),
SingleLang("Mangabat", "https://m.mangabat.com", "en", overrideVersionCode = 4),
SingleLang("Mangakakalots (unoriginal)", "https://mangakakalots.com", "en", className = "Mangakakalots", pkgName = "mangakakalots"),
SingleLang("Mangairo", "https://h.mangairo.com/", "en", overrideVersionCode = 2),
SingleLang("Mangairo", "https://h.mangairo.com", "en", overrideVersionCode = 3),
)
companion object {