From a31c8d06626303a5f1ee4527d64cbbe5fbf1cbb6 Mon Sep 17 00:00:00 2001 From: olivier <> Date: Wed, 23 May 2007 10:55:06 +0000 Subject: [PATCH] remove extra space in M3U playlist (failed with Amarok) --- telemeta/templates/collection.m3u | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telemeta/templates/collection.m3u b/telemeta/templates/collection.m3u index e648141f..b849b4e7 100644 --- a/telemeta/templates/collection.m3u +++ b/telemeta/templates/collection.m3u @@ -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 %} -- 2.39.5