luci-app-ssr-plus: fix netflix shunt bug

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
swxk 2021-04-12 06:11:46 +08:00 committed by Tianling Shen
parent b7237dd61a
commit 5e528d43fc
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -18,7 +18,7 @@ case "$(uci_get_by_type global netflix_server nil)" in
nil)
rm -f $TMP_DNSMASQ_PATH/netflix_forward.conf
;;
$(uci_get_by_type global global_server nil) | same)
$(uci_get_by_type global global_server nil) | $switch_server | same)
netflix $dns_port
;;
*)