mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-03-13 05:41:17 +00:00
Remove wrong parentheses
Fix up 87ad8a149524bb48d73f8084fedc03c5c5e1cc38.
This commit is contained in:
parent
87ad8a1495
commit
901fca2d12
@ -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);
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user