* VRFS-3198 - fix simple boolean bug to rectify out of sync play/pause buttons on playcontrols

This commit is contained in:
Seth Call 2015-05-06 11:54:09 -05:00
parent 4c14e1fbee
commit eaabd98ca4
2 changed files with 3 additions and 3 deletions

View File

@ -266,7 +266,7 @@
}
// at the end of the play, the duration sets to 0, as does currentTime. but isPlaying does not reset to
logger.debug("currentTimeMs, durationTimeMs, mode", currentTimeMs, durationTimeMs, playbackMonitorMode);
//logger.debug("currentTimeMs, durationTimeMs, mode", currentTimeMs, durationTimeMs, playbackMonitorMode);
if(currentTimeMs == 0 && seenActivity) {
if(playbackPlaying) {
isPlaying = false;
@ -389,7 +389,7 @@
function onPlayStartEvent() {
updateIsPlaying(true);
playbackPlaying = false;
playbackPlaying = true;
seenActivity = false;
}

View File

@ -43,7 +43,7 @@
| JamTracks are the best way to play with your favorite music. Unlike traditional backing tracks, 
| they are complete multitrack recordings, with fully isolated tracks for each part.&nbsp
span.jamtracks-limited-time.hidden For a limited time, you can get your first JamTrack free.
| Check it out!
|  Check it out!
.action-button
a.button-orange.browse-jamtrack rel="external" href="#" LEARN MORE
br clear="both"