* VRFS-3198 - fix simple boolean bug to rectify out of sync play/pause buttons on playcontrols
This commit is contained in:
parent
4c14e1fbee
commit
eaabd98ca4
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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. 
|
||||
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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue