mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
WebUI: enforce strict comparison operators
This commit is contained in:
@@ -350,7 +350,7 @@ window.qBittorrent.PropFiles = (function() {
|
||||
return;
|
||||
}
|
||||
let loadedNewTorrent = false;
|
||||
if (new_hash != current_hash) {
|
||||
if (new_hash !== current_hash) {
|
||||
torrentFilesTable.clear();
|
||||
current_hash = new_hash;
|
||||
loadedNewTorrent = true;
|
||||
|
||||
Reference in New Issue
Block a user