We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8040e03 commit 1df3aa7Copy full SHA for 1df3aa7
index.js
@@ -1391,7 +1391,7 @@ async function startup(clearCache) {
1391
}
1392
1393
else{
1394
- if(sleep=="true" && apiSleep!="true"){
+ if(sleep=="true" && apiSleep!=true){
1395
wake();
1396
sleep="false";
1397
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "posterr",
3
- "version": "1.21.6",
+ "version": "1.21.7",
4
"description": "A digital display for your media",
5
"main": "index.js",
6
"bin": "index.js",
0 commit comments