mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
parent
3e290eab6a
commit
0344b99b69
5 changed files with 17 additions and 10 deletions
|
|
@ -40,3 +40,6 @@ proc createPrefRouter*(cfg: Config) =
|
|||
savePref("hlsPlayback", "on", request)
|
||||
redirect(refPath())
|
||||
|
||||
post "/enablemp4":
|
||||
savePref("mp4Playback", "on", request)
|
||||
redirect(refPath())
|
||||
|
|
|
|||
Loading…
Reference in a new issue