fix popup in JB config and also fix musician instruments

This commit is contained in:
Seth Call 2017-10-19 07:30:09 -05:00
parent c097c037f5
commit aaee08d4f3
3 changed files with 7 additions and 2 deletions

View File

@ -250,7 +250,9 @@
sessionUtils.SessionPageEnter();
}
window.JamBlasterActions.resyncBonjour()
if(currentProfile == 'JB Remote' || currentProfile == 'JamBlaster') {
window.JamBlasterActions.resyncBonjour()
}
//context.ConfigureTracksActions.vstScan();

View File

@ -396,7 +396,7 @@
proficiency_level_css: proficiencyCssMap[proficiency]
});
$instruments.prepend(instrumentHtml);
$instruments.append(instrumentHtml);
}
}

View File

@ -21,6 +21,7 @@ logger = context.JK.logger
if result
setTimeout(()=>
@lastClientTrackState = null
console.log("GETLOCALCLIENTS: PostSimpleChange")
@getLocalClients(@userJamBlasters)
, 1000)
@ -164,6 +165,7 @@ logger = context.JK.logger
clearTimeout(@waitingOnTracksTimeout)
@waitingOnTracksTimeout = null
@waitingOnTracks = false
console.log("GETLOCALCLIENTS: jamblasterTracksUpdated")
@getLocalClients(@userJamBlasters)
@changed()
@ -235,6 +237,7 @@ logger = context.JK.logger
@changed()
console.log("GETLOCALCLIENTS: getUserJamBlastersDone")
@getLocalClients(response)