1
0

Update videoSync.js

This commit is contained in:
Darlingnotin 2020-10-11 03:07:41 -04:00 committed by GitHub
parent b29d8acdba
commit d826231856
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,11 +56,13 @@
}
} else if (webEventData.action == "videoSyncGateway") {
if (webEventData.useGatewayServer) {
/*
gatewayUserData.wsUrl = "ws://" + webEventData.gatewayIp + ":7080";
gatewayUserData.useGatewayServer = true;
Entities.editEntity(_entityID, {
userData: JSON.stringify(gatewayUserData)
});
*/
Messages.sendMessage(videoPlayerChannel, event);
}
}