Private GIT

Skip to content
Snippets Groups Projects
Commit 919b69ca authored by Dustyn Gibson's avatar Dustyn Gibson
Browse files

Fix broken debug checkbox

parent 2c4bfe44
Branches
Tags
No related merge requests found
......@@ -569,7 +569,7 @@
<label for="debug">
<span class="component-title">Enable debug</span>
<span class="component-desc">
<input type="checkbox" name="debug" id="debug" ${('', 'checked="checked"')[sickbeard.DEBUG == cur_preset]}/>
<input type="checkbox" name="debug" id="debug" ${('', 'checked="checked"')[bool(sickbeard.DEBUG)]}/>
<p>Enable debug logs<p>
</span>
</label>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment