External Proxies: Adapt it to use a NamedTuple

This commit is contained in:
Fijxu
2024-10-31 21:38:40 -03:00
parent 67998d1f36
commit fc910b43ba
3 changed files with 10 additions and 7 deletions

View File

@@ -390,7 +390,7 @@ def gen_videoplayback_proxy_list
if !CONFIG.external_videoplayback_proxy.empty?
external_videoplayback_proxy = ""
CONFIG.external_videoplayback_proxy.each do |proxy|
external_videoplayback_proxy += " #{proxy}"
external_videoplayback_proxy += " #{proxy[:url]}"
end
else
external_videoplayback_proxy = ""