# HG changeset patch # User Nicholas Jillings # Date 1437642744 -3600 # Node ID 1063d71324937dcd0e0df2f18737843aa6da606e # Parent 7cd7c63544948a0350cbffe986634c7a21e61ae3 Feature #1287: Automatically applied on if looped. diff -r 7cd7c6354494 -r 1063d7132493 core.js --- a/core.js Thu Jul 23 10:10:38 2015 +0100 +++ b/core.js Thu Jul 23 10:12:24 2015 +0100 @@ -717,6 +717,8 @@ } if (this.audioObjectsReady == true) { this.timer.startTest(); + if (this.loopPlayback) + {this.setSynchronousLoop();} this.status = 1; } }