1
1
mirror of https://github.com/neosubhamoy/neodlp.git synced 2026-06-21 14:03:43 +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
+1
View File
@@ -32,6 +32,7 @@ export interface Settings {
sponsorblock_mark: string;
sponsorblock_remove_categories: string[];
sponsorblock_mark_categories: string[];
use_aria2: boolean;
// extension settings
websocket_port: number;
}