update unified playback manager

This commit is contained in:
Luke Pulverenti 2017-01-01 17:34:44 -05:00
parent 0b4a2c0092
commit 4b90291afc
12 changed files with 1880 additions and 261 deletions

View file

@ -89,7 +89,7 @@ define(['connectionManager', 'playbackManager', 'events', 'inputManager', 'focus
return;
case 'SetVolume':
notifyApp();
playbackManager.volume(cmd.Arguments.Volume);
playbackManager.setVolume(cmd.Arguments.Volume);
break;
case 'SetAudioStreamIndex':
notifyApp();