Arven Scans: Migrate theme (#5475)

This commit is contained in:
KirinRaikage 2024-10-11 13:30:07 +02:00 committed by GitHub
parent 8da5568497
commit f2bf6d09b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 6 deletions

View File

@ -1,9 +1,9 @@
ext {
extName = 'Arven Scans'
extClass = '.ArvenComics'
themePkg = 'mangathemesia'
themePkg = 'keyoapp'
baseUrl = 'https://arvencomics.com'
overrideVersionCode = 0
overrideVersionCode = 2
isNsfw = false
}

View File

@ -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
}