bapeey b3b8c15bb0
Update ZeistManga and fix some sources (#17533)
* Update ZeistManga and fix some sources

* Move Noromax to MangaThemesia

* Oops

* Lint?

* Lint T-T
2023-08-16 15:54:49 -03:00

12 lines
326 B
Kotlin

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