WebUI: Support managing category download path

PR #22938.
This commit is contained in:
Thomas Piccirello
2025-07-14 19:29:03 +02:00
committed by GitHub
parent e1ebf8374e
commit 7aebd07f9f
5 changed files with 144 additions and 51 deletions

View File

@@ -1630,7 +1630,7 @@ window.qBittorrent.DynamicTable ??= (() => {
return false;
}
else {
const selectedCategory = categoryMap.get(category);
const selectedCategory = window.qBittorrent.Client.categoryMap.get(category);
if (selectedCategory !== undefined) {
const selectedCategoryName = `${category}/`;
const torrentCategoryName = `${row["full_data"].category}/`;