Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit a31c164

Browse files
authored
Merge pull request #47 from sandeepjak2007/Issue#38
2 parents 6c84979 + 5be8188 commit a31c164

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

multisrc/overrides/zmanga/sektekomik/src/SekteKomik.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import okhttp3.Request
1212
import org.jsoup.nodes.Element
1313
import java.util.concurrent.TimeUnit
1414

15-
class SekteKomik : ZManga("Sekte Komik", "https://sektekomik.com", "id") {
15+
class SekteKomik : ZManga("Sekte Komik", "https://sektekomik.xyz", "id") {
1616
// Formerly "Sekte Komik (WP Manga Stream)"
1717
override val id = 7866629035053218469
1818

multisrc/src/main/java/eu/kanade/tachiyomi/multisrc/zmanga/ZMangaGenerator.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class ZMangaGenerator : ThemeSourceGenerator {
2020
SingleLang("Maid - Manga", "https://www.maid.my.id", "id", overrideVersionCode = 10, className = "MaidManga"),
2121
SingleLang("Neumanga", "https://neumanga.net", "id"),
2222
SingleLang("ShiroDoujin", "https://shirodoujin.com", "id", isNsfw = true, overrideVersionCode = 1, className = "Shirodoujin"),
23-
SingleLang("Sekte Komik", "https://sektekomik.com", "id", overrideVersionCode = 25),
23+
SingleLang("Sekte Komik", "https://sektekomik.xyz", "id", overrideVersionCode = 25),
2424
)
2525

2626
companion object {

0 commit comments

Comments
 (0)