External Proxies: Rotate between proxies with balance enabled

Closes #17
This commit is contained in:
Fijxu
2024-10-30 01:59:08 -03:00
parent 486c5845cd
commit 26bee068eb
3 changed files with 39 additions and 12 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 = ""