Fix size display

This commit is contained in:
dave 2014-08-28 21:47:18 -07:00
parent 96d1f8360a
commit 368e7ecc9c
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
{% for file in stream.files %}
<item>
<title>{{ file.filename }}</title>
<description>{{ file.bytes/1000/1000 }} MB</description>
<description>{{ file.mbytes }} 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>