make player working

This commit is contained in:
bkfox
2016-07-28 16:50:36 +02:00
parent 801a89e503
commit ac3705d401
3 changed files with 24 additions and 17 deletions

View File

@ -4,7 +4,7 @@
<a class="list_item sound" onclick="player.playlist.add(new Sound(
title='{{ item.name|escape }}',
detail='{{ item.detail_url }}',
stream='{% static item.path %}'));">
stream='{{ item.url }}'));">
<h3>{{ item.name }}</h3>
<span class="info">
{{ duration.date|date:'H:i:s' }}