deprecate support for external video playback proxy

This commit is contained in:
Fijxu
2025-04-02 21:06:25 -03:00
parent c57a4f4920
commit ce052103e7
9 changed files with 3 additions and 92 deletions

View File

@@ -215,10 +215,6 @@ class Config
# of the backend
property backends_delimiter : String = "|"
# External videoplayback proxies list. They should include `https://`
# at the start of the URI
property external_videoplayback_proxy : Array(String) = [] of String
property pubsub_domain : String = ""
property server_id_cookie_name : String = "INVIDIOUS_SERVER_ID"