mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-03 18:03:37 +00:00
Merge pull request #570 from JackDandy/FixBacklogLabelSelectsRSSItem
Fix: Clicking on the label "Process backlog on startup" will no longer...
This commit is contained in:
commit
a688273f6b
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="field-pair">
|
<div class="field-pair">
|
||||||
<input type="checkbox" name="rssupdate_startup" id="backlog_startup" #if $sickbeard.RSSUPDATE_STARTUP == True then "checked=\"checked\"" else ""# />
|
<input type="checkbox" name="rssupdate_startup" id="rssupdate_startup" #if $sickbeard.RSSUPDATE_STARTUP == True then "checked=\"checked\"" else ""# />
|
||||||
<label class="clearfix" for="rssupdate_startup">
|
<label class="clearfix" for="rssupdate_startup">
|
||||||
<span class="component title">RSS Cache Updates on startup</span>
|
<span class="component title">RSS Cache Updates on startup</span>
|
||||||
<span class="component-desc">Start RSS Cache updates upon startup of SickRage?</span>
|
<span class="component-desc">Start RSS Cache updates upon startup of SickRage?</span>
|
||||||
|
|
Loading…
Reference in a new issue