aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorcglatot <[email protected]>2020-09-10 17:54:00 +0100
committerGitHub <[email protected]>2020-09-10 17:54:00 +0100
commitc7465324325f6acb631750a98a817e30f41cc108 (patch)
tree75f4eed1a9ba62ef99571c255e697fec5648d240
parente6dddd7dd0a1fdacf60073f658c012e5c06e6c5d (diff)
downloadpasta-1.4.2.tar.gz
pasta-1.4.2.zip
Actual fix for connect locally1.4.2
-rw-r--r--js/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/main.js b/js/main.js
index 7e7d938..dedf4c4 100644
--- a/js/main.js
+++ b/js/main.js
@@ -249,7 +249,7 @@ function getServers () {
}
plexToken = $(servers[0]).attr("accessToken");
plexUrl = `http://${addressToUse}:${$(servers[0]).attr("port")}`;
- //connectToPlex();
+ connectToPlex();
}
},
"error": (data) => {