From ed53d66aa71ff4f712da48aa2e6aed01a4454449 Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Sun, 18 Sep 2022 15:30:53 -0700 Subject: [PATCH] Launch browser with IPv6 http_host --- plexpy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexpy/__init__.py b/plexpy/__init__.py index 6b10446b..e4f64b45 100644 --- a/plexpy/__init__.py +++ b/plexpy/__init__.py @@ -429,7 +429,7 @@ def daemonize(): def launch_browser(host, port, root): if not no_browser: - if host == '0.0.0.0': + if host in ('0.0.0.0', '::'): host = 'localhost' if CONFIG.ENABLE_HTTPS: