* wip
This commit is contained in:
parent
372444ebd1
commit
7844f2ffad
|
|
@ -77,8 +77,9 @@
|
|||
// tell the server we are about to start a recording
|
||||
rest.openJamTrack({id: context.JK.CurrentSessionModel.id(), jam_track_id: jamTrack.id})
|
||||
.done(function(response) {
|
||||
|
||||
context.jamClient.JamTrackStopPlay();
|
||||
var result = context.jamClient.JamTrackPlay('t');
|
||||
var result = context.jamClient.JamTrackPlay(jamTrack.id);
|
||||
|
||||
logger.debug("JamTrackPlay response: %o", result);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue