]> git.parisson.com Git - telemeta.git/commitdiff
remove extra space in M3U playlist (failed with Amarok)
authorolivier <>
Wed, 23 May 2007 10:55:06 +0000 (10:55 +0000)
committerolivier <>
Wed, 23 May 2007 10:55:06 +0000 (10:55 +0000)
telemeta/templates/collection.m3u

index e648141fe9f6b392d66ddf25c2a87d8f6744e731..b849b4e77dede6e38ff987d39a59f39a4ad2ad90 100644 (file)
@@ -1,3 +1,3 @@
 #EXTM3U{% load telemeta_utils %}{% for item in collection.items.all %}
 #EXTINF:{{ item.get_duration }},{{ item.title }}
-http://{{ host }}{% url telemeta-item-export item.id|urlencode,"MP3" %} {% endfor %}
+http://{{ host }}{% url telemeta-item-export item.id|urlencode,"MP3" %}{% endfor %}