parent
a900c6cdfc
commit
a39a339c8e
|
@ -2,8 +2,8 @@ ext {
|
||||||
extName = 'Lua Scans'
|
extName = 'Lua Scans'
|
||||||
extClass = '.LuaScans'
|
extClass = '.LuaScans'
|
||||||
themePkg = 'keyoapp'
|
themePkg = 'keyoapp'
|
||||||
baseUrl = 'https://luacomic.net'
|
baseUrl = 'https://luacomic.org'
|
||||||
overrideVersionCode = 30
|
overrideVersionCode = 31
|
||||||
isNsfw = false
|
isNsfw = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ import eu.kanade.tachiyomi.multisrc.keyoapp.Keyoapp
|
||||||
|
|
||||||
class LuaScans : Keyoapp(
|
class LuaScans : Keyoapp(
|
||||||
"Lua Scans",
|
"Lua Scans",
|
||||||
"https://luacomic.net",
|
"https://luacomic.org",
|
||||||
"en",
|
"en",
|
||||||
) {
|
) {
|
||||||
// migrated from MangaThemesia to Keyoapp
|
// migrated from MangaThemesia to Keyoapp
|
||||||
|
|
Loading…
Reference in New Issue