mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
committed by
GitHub
parent
e1ebf8374e
commit
7aebd07f9f
@@ -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}/`;
|
||||
|
||||
Reference in New Issue
Block a user