Revert "External Proxies: Rotate between proxies with balance enabled"

This reverts commit 26bee068eb.
It's broken and it doesn't work when a proxy comes back up.
This commit is contained in:
Fijxu
2024-10-31 21:26:03 -03:00
parent e2276ace1b
commit 67998d1f36
3 changed files with 12 additions and 39 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[:url]}"
external_videoplayback_proxy += " #{proxy}"
end
else
external_videoplayback_proxy = ""