mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user