VRFS-950 not a fix, but should only call TrackSaveAssignments once
This commit is contained in:
parent
725460176a
commit
8ca840548d
|
|
@ -589,7 +589,7 @@
|
|||
var instrumentVal = $('#track1-instrument').val();
|
||||
var instrumentText = $('#track1-instrument > option:selected').text().toLowerCase();
|
||||
|
||||
// logger.debug("Saving track 1 instrument = " + instrumentVal);
|
||||
logger.debug("Saving track 1 instrument = " + instrumentVal);
|
||||
context.jamClient.TrackSetInstrument(ASSIGNMENT.TRACK1, instrumentVal);
|
||||
|
||||
|
||||
|
|
@ -629,8 +629,6 @@
|
|||
logger.debug("Saving session audio output = " + this.value);
|
||||
context.jamClient.TrackSetAssignment(this.value, false, ASSIGNMENT.OUTPUT);
|
||||
});
|
||||
|
||||
context.jamClient.TrackSaveAssignments();
|
||||
}
|
||||
|
||||
function saveVoiceChatSettings() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue