mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-03-14 12:10:18 +03:00
fix: proper unit for up/dl speed in details (#547)
This commit is contained in:
parent
a6dac31fbc
commit
b2ceda28e5
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue