Use fixB for other filesizeformat uses

This commit is contained in:
tcely 2025-01-24 11:51:52 -05:00 committed by GitHub
parent f9c1cc28d8
commit 09649a3a58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
{% extends 'base.html' %}{% load static %}
{% extends 'base.html' %}{% load static %}{% load filters %}
{% block headtitle %}Media - {{ media.key }}{% endblock %}
@ -113,7 +113,7 @@
</td> </tr>
<tr title="Size of the file on disk">
<td class="hide-on-small-only">File size</td>
<td><span class="hide-on-med-and-up">File size<br></span><strong>{{ media.downloaded_filesize|filesizeformat }}</strong></td>
<td><span class="hide-on-med-and-up">File size<br></span><strong>{{ media.downloaded_filesize|filesizeformat|fixB }}</strong></td>
</tr>
<tr title="Codecs used in the downloaded file">
<td class="hide-on-small-only">Downloaded codecs</td>