mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 10:22:47 +01:00
Arven Scans: Migrate theme (#5475)
This commit is contained in:
parent
8da5568497
commit
f2bf6d09b6
@ -1,9 +1,9 @@
|
||||
ext {
|
||||
extName = 'Arven Scans'
|
||||
extClass = '.ArvenComics'
|
||||
themePkg = 'mangathemesia'
|
||||
themePkg = 'keyoapp'
|
||||
baseUrl = 'https://arvencomics.com'
|
||||
overrideVersionCode = 0
|
||||
overrideVersionCode = 2
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
|
@ -1,10 +1,12 @@
|
||||
package eu.kanade.tachiyomi.extension.en.arvencomics
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
import eu.kanade.tachiyomi.multisrc.keyoapp.Keyoapp
|
||||
|
||||
class ArvenComics : MangaThemesia(
|
||||
class ArvenComics : Keyoapp(
|
||||
"Arven Scans",
|
||||
"https://arvencomics.com",
|
||||
"en",
|
||||
mangaUrlDirectory = "/series",
|
||||
)
|
||||
) {
|
||||
// migrated from Mangathemesia to Keyoapp
|
||||
override val versionId = 2
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user