Start of a web UI config

This commit is contained in:
Gabe Kangas
2020-06-14 15:18:43 -07:00
parent c2d0d6e962
commit a3c3276a48
4 changed files with 29 additions and 0 deletions

View File

@@ -28,6 +28,8 @@ function setupApp() {
window.VIDEOJS_NO_DYNAMIC_STYLE = true;
var appMessagingMisc = new Messaging();
appMessagingMisc.init();
const config = new Config();
}
async function getStatus() {