diff --git a/src/webui/www/private/scripts/dynamicTable.js b/src/webui/www/private/scripts/dynamicTable.js index f0f20c48b..539b003d3 100644 --- a/src/webui/www/private/scripts/dynamicTable.js +++ b/src/webui/www/private/scripts/dynamicTable.js @@ -2724,7 +2724,7 @@ window.qBittorrent.DynamicTable ??= (() => { if (node.isFolder) { if (!this.collapseState.has(node.rowId)) - this.collapseState.set(node.rowId, { depth: depth, collapsed: depth > 0 }); + this.collapseState.set(node.rowId, { depth: depth, collapsed: false }); const data = { rowId: node.rowId, size: node.size,