WebUI: remove unused variable

This commit is contained in:
Chocobo1
2025-04-20 17:46:12 +08:00
parent e9fee414df
commit fdd17159eb

View File

@@ -2858,7 +2858,6 @@ window.qBittorrent.DynamicTable ??= (() => {
// progress // progress
this.columns["progress"].updateTd = function(td, row) { this.columns["progress"].updateTd = function(td, row) {
const id = row.rowId;
const value = Number(this.getRowValue(row)); const value = Number(this.getRowValue(row));
const progressBar = td.firstElementChild; const progressBar = td.firstElementChild;