fix popup in JB config and also fix musician instruments
This commit is contained in:
parent
c097c037f5
commit
aaee08d4f3
|
|
@ -250,7 +250,9 @@
|
|||
sessionUtils.SessionPageEnter();
|
||||
}
|
||||
|
||||
window.JamBlasterActions.resyncBonjour()
|
||||
if(currentProfile == 'JB Remote' || currentProfile == 'JamBlaster') {
|
||||
window.JamBlasterActions.resyncBonjour()
|
||||
}
|
||||
|
||||
//context.ConfigureTracksActions.vstScan();
|
||||
|
||||
|
|
|
|||
|
|
@ -396,7 +396,7 @@
|
|||
proficiency_level_css: proficiencyCssMap[proficiency]
|
||||
});
|
||||
|
||||
$instruments.prepend(instrumentHtml);
|
||||
$instruments.append(instrumentHtml);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue