Skip to content

Commit

Permalink
Update Nettruyen.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
hoang3402 committed Oct 9, 2023
1 parent 2ebeb23 commit 55246c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Nettruyen/Nettruyen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const NettruyenInfo: SourceInfo = {
description: '',
icon: 'icon.jpg',
websiteBaseURL: '',
version: getExportVersion('0.3.5'),
version: getExportVersion('0.3.6'),
name: 'Nettruyen',
language: 'vi',
author: 'Hoang3409',
Expand Down Expand Up @@ -274,7 +274,7 @@ export class Nettruyen extends Main implements MangaProgressProviding {
])
const [response] = await Promise.all([
this.requestManager.schedule(App.createRequest({
url: `${DOMAIN}${this.Host}/Manga?url=${mangaId}`,
url: `${DOMAIN}AnimeMoi/Manga?host=${this.Host}&url=${mangaId}`,
method: 'GET'
}), 1)
])
Expand Down

0 comments on commit 55246c0

Please sign in to comment.