This commit is contained in:
Seth Call 2015-01-23 13:55:15 -06:00
parent 372444ebd1
commit 7844f2ffad
1 changed files with 2 additions and 1 deletions

View File

@ -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);