diff --git a/plugins/english/novelfire.ts b/plugins/english/novelfire.ts index 6104bd09c..679af8e91 100644 --- a/plugins/english/novelfire.ts +++ b/plugins/english/novelfire.ts @@ -9,7 +9,7 @@ import { storage } from '@libs/storage'; class NovelFire implements Plugin.PluginBase { id = 'novelfire'; name = 'Novel Fire'; - version = '1.3.0'; + version = '1.3.1'; icon = 'src/en/novelfire/icon.png'; site = 'https://novelfire.net/'; webStorageUtilized = true; @@ -36,7 +36,7 @@ class NovelFire implements Plugin.PluginBase { }, }; singlePage = storage.get('singlePage'); - pageLength = storage.get('pageLength'); + pageLength = storage.get('pageLength') ?? '-1'; async getCheerio(url: string, search: boolean): Promise { const r = await fetchApi(url);