Noromax: Update Domain (#8164)

This commit is contained in:
Pandu 2025-03-23 22:04:38 +07:00 committed by Draff
parent 3b85cfc5a2
commit 7e13a5ca27
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Noromax' extName = 'Noromax'
extClass = '.Noromax' extClass = '.Noromax'
themePkg = 'mangathemesia' themePkg = 'mangathemesia'
baseUrl = 'https://noromax.my.id' baseUrl = 'https://noromax01.my.id'
overrideVersionCode = 0 overrideVersionCode = 1
isNsfw = true isNsfw = true
} }

View File

@ -2,7 +2,7 @@ package eu.kanade.tachiyomi.extension.id.noromax
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
class Noromax : MangaThemesia("Noromax", "https://noromax.my.id", "id", "/Komik") { class Noromax : MangaThemesia("Noromax", "https://noromax01.my.id", "id", "/Komik") {
// Site changed from ZeistManga to MangaThemesia // Site changed from ZeistManga to MangaThemesia
override val versionId = 2 override val versionId = 2