# HG changeset patch # User Nicholas Jillings # Date 1437642744 -3600 # Node ID 97ae294cdfb82357537117fec453210ec4fb7761 # Parent d0870902d0a6e5bd9f9c662a7a8617eb3ecfe865 Feature #1287: Automatically applied on if looped. diff -r d0870902d0a6 -r 97ae294cdfb8 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; } }