This commit is contained in:
Seth Call 2014-06-20 12:50:31 -05:00
parent a787601ca8
commit d8aa88271e
1 changed files with 1 additions and 0 deletions

View File

@ -460,6 +460,7 @@
// TODO FIXME - This needs to support multiple tracks for an individual
// client id and group.
function _mixerForClientId(clientId, groupIds, usedMixers) {
//logger.debug("clientId", clientId, "groupIds", groupIds, "mixers", mixers)
var foundMixer = null;
$.each(mixers, function(index, mixer) {
if (mixer.client_id === clientId) {