1
1
mirror of https://github.com/neosubhamoy/neodlp.git synced 2026-02-05 01:52:22 +05:30

feat: added aria2 support and some other improvements

This commit is contained in:
2025-08-30 23:35:14 +05:30
Verified
parent b73ab86066
commit ff18323494
18 changed files with 301 additions and 39 deletions

View File

@@ -151,6 +151,7 @@ export const useSettingsPageStatesStore = create<SettingsPageStatesStore>((set)
sponsorblock_mark: 'default',
sponsorblock_remove_categories: [],
sponsorblock_mark_categories: [],
use_aria2: false,
// extension settings
websocket_port: 53511
},
@@ -206,6 +207,7 @@ export const useSettingsPageStatesStore = create<SettingsPageStatesStore>((set)
sponsorblock_mark: 'default',
sponsorblock_remove_categories: [],
sponsorblock_mark_categories: [],
use_aria2: false,
// extension settings
websocket_port: 53511
},