We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4161bf6 commit d6b36a6Copy full SHA for d6b36a6
interfaces/default/js/utorrent.js
@@ -125,8 +125,8 @@ function getTorrents() {
125
126
tr.append(
127
$('<td>').html(torrent.name
128
- + '<br><small><i class="icon-long-arrow-down"></i> ' + getReadableFileSizeString(torrent.up_speed)
129
- + '/s <i class="icon-long-arrow-up"></i> ' + getReadableFileSizeString(torrent.dl_speed) + '/s</small>'
+ + '<br><small><i class="icon-long-arrow-down"></i> ' + getReadableFileSizeString(torrent.dl_speed)
+ + '/s <i class="icon-long-arrow-up"></i> ' + getReadableFileSizeString(torrent.up_speed) + '/s</small>'
130
),
131
$('<td>').text(ratio),
132
$('<td>').text(getReadableTime(torrent.eta)),
0 commit comments