WebUI: remove unused variable

This commit is contained in:
Chocobo1 2025-04-20 17:46:12 +08:00
parent e9fee414df
commit fdd17159eb
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C

View File

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