Merge branch 'master' into feature/mp4-streaming

This commit is contained in:
Zed 2023-05-20 22:23:12 +02:00
commit 93208908e6
50 changed files with 842 additions and 492 deletions

View file

@ -83,7 +83,7 @@ genPrefs:
"Enable mp4 video playback"
hlsPlayback(checkbox, false):
"Enable hls video streaming (requires JavaScript)"
"Enable HLS video streaming (requires JavaScript)"
proxyVideos(checkbox, true):
"Proxy video streaming through the server (might be slow)"
@ -107,10 +107,6 @@ genPrefs:
"Reddit -> Teddit/Libreddit"
placeholder: "Teddit hostname"
replaceInstagram(input, ""):
"Instagram -> Bibliogram"
placeholder: "Bibliogram hostname"
iterator allPrefs*(): Pref =
for k, v in prefList:
for pref in v: