Skip to content

Commit d3bf31e

Browse files
fix(CosmicScans): Update source domain (#53)
1 parent fc16a13 commit d3bf31e

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/org/dokiteam/doki/parsers/site/mangareader/id

1 file changed

+1
-1
lines changed

src/main/kotlin/org/dokiteam/doki/parsers/site/mangareader/id/CosmicScans.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import java.util.*
99

1010
@MangaSourceParser("COSMIC_SCANS", "CosmicScans.id", "id")
1111
internal class CosmicScans(context: MangaLoaderContext) :
12-
MangaReaderParser(context, MangaParserSource.COSMIC_SCANS, "cosmic345.co", pageSize = 30, searchPageSize = 30) {
12+
MangaReaderParser(context, MangaParserSource.COSMIC_SCANS, "lc4.cosmicscans.asia", pageSize = 30, searchPageSize = 30) {
1313
override val sourceLocale: Locale = Locale.ENGLISH
1414

1515
override val filterCapabilities: MangaListFilterCapabilities

0 commit comments

Comments
 (0)