Skip to content

Commit ff8d15a

Browse files
committed
Merge pull request #138 from Hellowlol/qbittorrent-add-filesize
Added filesize to the progressbar in qbittorrent module
2 parents 10bdc8d + ed09797 commit ff8d15a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

interfaces/default/js/qbittorrent.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ function get_torrents() {
3333
var progressBar = $('<div>');
3434
progressBar.addClass('bar');
3535
progressBar.css('width', (torrent.progress * 100) + '%');
36+
progressBar.text(torrent.size);
3637

3738
var progress = $('<div>');
3839
progress.addClass('progress');

0 commit comments

Comments
 (0)