Fix syncplay menu.

This commit is contained in:
Ian Walton 2020-08-15 11:41:54 -04:00
parent 134b6b7c3c
commit 4095776ab3

View file

@ -8,7 +8,7 @@ import appRouter from 'appRouter';
import appHost from 'apphost';
import playbackManager from 'playbackManager';
import syncPlayManager from 'syncPlayManager';
import groupSelectionMenu from 'groupSelectionMenu';
import { show as showGroupSelectionMenu } from 'groupSelectionMenu';
import browser from 'browser';
import globalize from 'globalize';
import imageHelper from 'scripts/imagehelper';
@ -208,7 +208,7 @@ import 'flexStyles';
function onSyncButtonClicked() {
const btn = this;
groupSelectionMenu.show(btn);
showGroupSelectionMenu(btn);
}
function onSyncPlayEnabled(event, enabled) {