Feat: Experimental support for external videoplayback proxies

This commit is contained in:
Fijxu
2024-09-27 19:09:50 -03:00
parent b1f25a69ad
commit eff8673efc
6 changed files with 50 additions and 7 deletions

View File

@@ -172,6 +172,8 @@ class Config
# List of names of the backends
property backends : Array(String) = [] of String
property external_videoplayback_proxy : String?
# Materialious redirects
property materialious_domain : String?