fix: proper unit for up/dl speed in details (#547)

This commit is contained in:
Tsvetomir Bonev 2022-11-22 10:10:31 +02:00 committed by GitHub
parent a6dac31fbc
commit b2ceda28e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,7 +85,7 @@
</td>
<td>
{{ torrent.dlspeed | getDataValue }}
{{ torrent.dlspeed | getDataUnit(1) }}
{{ torrent.dlspeed | getDataUnit(1) }}/s
</td>
</tr>
<tr>
@ -94,7 +94,7 @@
</td>
<td>
{{ torrent.upspeed | getDataValue }}
{{ torrent.upspeed | getDataUnit(1) }}
{{ torrent.upspeed | getDataUnit(1) }}/s
</td>
</tr>
<tr>