mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Add video proxy support
This commit is contained in:
parent
f5fef0ff3a
commit
ce6dace1d7
4 changed files with 20 additions and 6 deletions
|
|
@ -40,6 +40,10 @@ const prefList*: Table[string, seq[Pref]] = {
|
|||
label: "Enable hls video streaming (requires JavaScript)",
|
||||
defaultState: false),
|
||||
|
||||
Pref(kind: checkbox, name: "proxyVideos",
|
||||
label: "Proxy video streaming through the server (might be slow)",
|
||||
defaultState: false),
|
||||
|
||||
Pref(kind: checkbox, name: "muteVideos",
|
||||
label: "Mute videos by default",
|
||||
defaultState: false),
|
||||
|
|
|
|||
Loading…
Reference in a new issue