From 7f98be4c177d4d5523df3e8c6893254900ad37c0 Mon Sep 17 00:00:00 2001 From: Harsh Ramesh <94200866+hrshrmsh@users.noreply.github.com> Date: Mon, 29 Dec 2025 17:07:12 -0600 Subject: [PATCH] Fixed ReviewCount value in Order ReviewCount previously had a value "favnovelcnt". This corrects it to "reviewcnt" as it appears on the API. --- src/params.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/params.ts b/src/params.ts index c34f870..8b5d1ca 100644 --- a/src/params.ts +++ b/src/params.ts @@ -372,7 +372,7 @@ export const Order = { /** ブックマーク数の多い順 */ FavoriteNovelCount: "favnovelcnt", /** レビュー数の多い順 */ - ReviewCount: "favnovelcnt", + ReviewCount: "reviewcnt", /** 総合ポイントの高い順 */ HyokaDesc: "hyoka", /** 総合ポイントの低い順 */