Remove extra space

This commit is contained in:
dave 2014-08-28 21:45:13 -07:00
parent fe86cb447c
commit 96d1f8360a
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
<description>{{ file.bytes/1000/1000 }} MB</description>
<link>http://192.168.1.200:30000/api/download?id={{ stream.id }}&amp;fn={{ file.filenum }}</link>
<guid>http://192.168.1.200:30000/api/download?id={{ stream.id }}&amp;fn={{ file.filenum }}</guid>
<pubDate>{{ file.date }} </pubDate>
<pubDate>{{ file.date }}</pubDate>
<enclosure url="http://192.168.1.200:30000/api/download?id={{ stream.id }}&amp;fn={{ file.filenum }}" length="{{ file.bytes }}" type="audio/mpeg" />
</item>
{% endfor %}