update/stop if nitrado credentials fail to fetch settings
This commit is contained in:
4 files changed
+19
-7
No files matched your search
+6
-1
@@ -301,5 +301,10 @@ module.exports = {
|
||||
if (uploaded == 1) return 1;
|
||||
|
||||
return 0;
|
||||
}
|
||||
},
|
||||
|
||||
NitradoCredentialStatus: {
|
||||
FAILED: "FAILED",
|
||||
OK: "OK",
|
||||
},
|
||||
}
|
||||
Reference in new issue
Block a user