We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3566893 commit b4c110fCopy full SHA for b4c110f
1 file changed
plugins/english/novelfire.ts
@@ -13,7 +13,7 @@ class NovelFire implements Plugin.PluginBase {
13
icon = 'src/en/novelfire/icon.png';
14
site = 'https://novelfire.net/';
15
16
- singlePage = storage.get('singlePage');
+ singlePage = true;
17
pluginSettings = {
18
singlePage: {
19
value: '',
@@ -301,7 +301,7 @@ class NovelFire implements Plugin.PluginBase {
301
302
return {
303
name: chapterName,
304
- path: chapterPath.replace(this.site, ''),
+ path: deSlash(chapterPath.replace(this.site, '')),
305
};
306
})
307
.get()
0 commit comments