From ebc679bef4139ef9929397e07be27ab3aafd39c6 Mon Sep 17 00:00:00 2001 From: Matthew Petersen Date: Sat, 3 Feb 2024 00:48:45 +1000 Subject: [PATCH] removed testing code --- index.js | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/index.js b/index.js index be5090c..a99eec6 100644 --- a/index.js +++ b/index.js @@ -512,14 +512,14 @@ async function loadNowScreening() { //console.log(JSON.stringify(oldAwtrixJson) !== JSON.stringify(awtrixJson)); - if(JSON.stringify(oldAwtrixJson) !== JSON.stringify(awtrixJson)){ - await awt.post("http://192.168.1.28",awtrixJson); - oldAwtrixJson = awtrixJson; - //console.log('updated awtrix'); - } - else{ - //console.log('skipped awtrix update'); - } + // if(JSON.stringify(oldAwtrixJson) !== JSON.stringify(awtrixJson)){ + // await awt.post("http://192.168.1.28",awtrixJson); + // oldAwtrixJson = awtrixJson; + // //console.log('updated awtrix'); + // } + // else{ + // //console.log('skipped awtrix update'); + // } // restore defaults if plex now available after an error diff --git a/package.json b/package.json index b1e3f4e..0b1b8ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posterr", - "version": "1.16.11", + "version": "1.16.12", "description": "A digital display for your media", "main": "index.js", "bin": "index.js",