Fix syncplay menu.
This commit is contained in:
parent
134b6b7c3c
commit
4095776ab3
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue