Skip to content

Commit 920ae26

Browse files
HanabishiReccaglassez
authored andcommitted
WebUI: Fix Torrent Management Mode selector
PR qbittorrent#21053.
1 parent 09ed0d6 commit 920ae26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webui/www/private/scripts/download.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ window.qBittorrent.Download = (function() {
6868
$("startTorrent").checked = !pref.add_stopped_enabled;
6969
$("addToTopOfQueue").checked = pref.add_to_top_of_queue;
7070

71-
if (pref.auto_tmm_enabled === 1) {
71+
if (pref.auto_tmm_enabled) {
7272
$("autoTMM").selectedIndex = 1;
7373
$("savepath").disabled = true;
7474
}

0 commit comments

Comments
 (0)