summaryrefslogtreecommitdiffstats
path: root/templates/part.items.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-24 23:47:57 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-24 23:48:25 +0200
commitcb2fcda80bbceb32064e13a62e223ad79fdd32c5 (patch)
treef59c50530bc27fb467eac2e3b2ee0bc378ac1f4d /templates/part.items.php
parent41b328d9378b83a0ba5cf6dfca9f39db38f484c2 (diff)
added preload none to the audio element, fix #123
Diffstat (limited to 'templates/part.items.php')
-rw-r--r--templates/part.items.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.items.php b/templates/part.items.php
index b73af013c..3ff0a110c 100644
--- a/templates/part.items.php
+++ b/templates/part.items.php
@@ -42,7 +42,7 @@
<div class="enclosure" ui-if="item.enclosureLink">
<audio controls="controls" ng-src="{{ item.enclosureLink }}"
- type="{{ item.enclosureType }}">
+ type="{{ item.enclosureType }}" preload="none">
<?php p($l->t('Cant play audio format')) ?> {{item.enclosureType}}
</audio>
</div>