@reactoo/watchtogether-sdk-js 2.5.58 → 2.5.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -529,6 +529,7 @@ const syncModule = function ({room, emitter} = {}) {
|
|
|
529
529
|
room._log('All interface options: ', _playerInterfaceOptions );
|
|
530
530
|
|
|
531
531
|
if(_playerInterfaceOptions.type === 'none') {
|
|
532
|
+
room._log('Sync module has been disabled via type:none');
|
|
532
533
|
return;
|
|
533
534
|
}
|
|
534
535
|
|