|
|
|
@ -1103,7 +1103,7 @@ window.qBittorrent.DynamicTable = (function() {
@@ -1103,7 +1103,7 @@ window.qBittorrent.DynamicTable = (function() {
|
|
|
|
|
|
|
|
|
|
// eta
|
|
|
|
|
this.columns['eta'].updateTd = function(td, row) { |
|
|
|
|
const eta = window.qBittorrent.Misc.friendlyDuration(this.getRowValue(row), window.qBittorrent.Misc.MAX_ETA)); |
|
|
|
|
const eta = window.qBittorrent.Misc.friendlyDuration(this.getRowValue(row), window.qBittorrent.Misc.MAX_ETA); |
|
|
|
|
td.set('text', eta); |
|
|
|
|
td.set('title', eta); |
|
|
|
|
}; |
|
|
|
|