# HG changeset patch # User Nicholas Jillings # Date 1437642744 -3600 # Node ID eade64ba381a2c0a32614e32c7492b90b89b471c # Parent d31600062d1ca90d16583729f801d6b9864e7d8c Feature #1287: Automatically applied on if looped. diff -r d31600062d1c -r eade64ba381a 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; } }