Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Recent novels in latest mtlnation
  • Loading branch information
OshekharO authored Oct 12, 2023
1 parent 10262c0 commit 9de112e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repo/mtlnation.com.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ==MiruExtension==
// @name Mtlnation
// @version v0.0.1
// @version v0.0.2
// @author OshekharO
// @lang en
// @license MIT
Expand Down Expand Up @@ -31,7 +31,7 @@ export default class extends Extension {
}

async latest(page) {
const res = await this.req(`/api/v2/novels/?sort=chapter_new&page=${page}`);
const res = await this.req(`/api/v2/novels/?sort=novel_new&page=${page}`);
return res.data.map((item) => ({
url: item.slug,
title: item.title,
Expand Down

0 comments on commit 9de112e

Please sign in to comment.