Skip to content

Commit

Permalink
Update ManhwaTop.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNetsky authored Jan 15, 2025
1 parent 558084d commit 657bf14
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/ManhwaTop/ManhwaTop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
const DOMAIN = 'https://manhwatop.com'

export const ManhwaTopInfo: SourceInfo = {
version: getExportVersion('0.0.0'),
version: getExportVersion('0.0.1'),
name: 'ManhwaTop',
description: `Extension that pulls manga from ${DOMAIN}`,
author: 'Netsky',
Expand All @@ -28,4 +28,6 @@ export const ManhwaTopInfo: SourceInfo = {
export class ManhwaTop extends Madara {

baseUrl: string = DOMAIN
}

override chapterEndpoint = 1
}

0 comments on commit 657bf14

Please sign in to comment.