happywillow0 7b011e1edc
Migrate Nocturnal Scans (#13277)
Fixes #13273
* Migrates Nocturnal Scans from Madara to MangaThemesia
2022-08-30 22:36:51 -04:00

8 lines
267 B
Kotlin

package eu.kanade.tachiyomi.extension.en.nocturnalscans
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
class NocturnalScans : MangaThemesia("Nocturnal Scans", "https://nocturnalscans.com", "en", "/MANGA") {
override val hasProjectPage = true
}