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