We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f5616c + 3f97213 commit 759e0e5Copy full SHA for 759e0e5
1 file changed
plugins/tracklabels/init.js
@@ -12,7 +12,7 @@ plugin.loadLang();
12
const catlist = theWebUI.categoryList;
13
const ptrackersPanelArgs = [
14
[['ptrackers_all', {text: theUILang.All, icon: 'all'}]],
15
- [(hash) => theWebUI.torrentTrackerIds.get(hash) ?? []]
+ [(hash) => [...new Set(theWebUI.torrentTrackerIds.get(hash) ?? [])]]
16
];
17
18
const plabelEntries = catlist.refreshPanel.plabel.bind(catlist);
0 commit comments