From b9343501fe66aeab58501a4d48743a4fcc4dfeed Mon Sep 17 00:00:00 2001 From: Matthew Petersen Date: Tue, 27 Jul 2021 14:15:41 +1000 Subject: [PATCH] minor bug fix --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 2501a09..f6bc81d 100644 --- a/index.js +++ b/index.js @@ -48,8 +48,8 @@ let houseKeepingClock; let picturesClock; let setng = new settings(); let loadedSettings; -let endPoint = "http://localhost:3001/pstr"; -//let endPoint = "https://logz.nesretep.net/pstr"; +//let endPoint = "http://localhost:3001/pstr"; +let endPoint = "https://logz.nesretep.net/pstr"; let nsCheckSeconds = 10000; // how often now screening checks are performed. (not available in setup screen as running too often can cause network issues) let isSonarrEnabled = false; let isNowShowingEnabled = false;