]> git.parisson.com Git - telemeta.git/commitdiff
Fix HTML5 player polling interval
authorThomas Fillon <thomas@parisson.com>
Tue, 30 May 2017 15:31:13 +0000 (17:31 +0200)
committerThomas Fillon <thomas@parisson.com>
Tue, 30 May 2017 15:31:13 +0000 (17:31 +0200)
telemeta/templates/telemeta/mediaitem_detail.html

index 0385bc0e5bc4478abc3c0cc6d0a5baf1d0007c95..a4ea8515e83fc95ac2c69d68ad5184cbb39de63f 100644 (file)
@@ -35,6 +35,7 @@
         soundManager.debugMode = false;
         soundManager.useHTML5Audio = true;
         soundManager.preferFlash = false;
+        soundManager.html5PollingInterval = 50;
 
         //initializing the visualizers to be passed to the player
         {% block graphers %}