1
1
mirror of https://github.com/neosubhamoy/neodlp.git synced 2026-03-25 17:55:50 +05:30

feat: added filename sanitization settings #16 #19

This commit is contained in:
2026-03-20 15:20:04 +05:30
Verified
parent 944560dc4f
commit bd21650394
4 changed files with 40 additions and 4 deletions

View File

@@ -64,6 +64,8 @@ export interface Settings {
use_potoken: boolean;
disable_innertube: boolean;
pot_server_port: number;
windows_filenames: boolean;
restrict_filenames: boolean;
// extension settings
websocket_port: number;
}