Skip to content

Commit b4c110f

Browse files
committed
Novelfire: Implement new deshlash in old function
1 parent 3566893 commit b4c110f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/english/novelfire.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class NovelFire implements Plugin.PluginBase {
1313
icon = 'src/en/novelfire/icon.png';
1414
site = 'https://novelfire.net/';
1515

16-
singlePage = storage.get('singlePage');
16+
singlePage = true;
1717
pluginSettings = {
1818
singlePage: {
1919
value: '',
@@ -301,7 +301,7 @@ class NovelFire implements Plugin.PluginBase {
301301

302302
return {
303303
name: chapterName,
304-
path: chapterPath.replace(this.site, ''),
304+
path: deSlash(chapterPath.replace(this.site, '')),
305305
};
306306
})
307307
.get()

0 commit comments

Comments
 (0)