Private GIT

Skip to content
Snippets Groups Projects
Commit b0194fb2 authored by Fernando's avatar Fernando
Browse files

Set min/step to subtitle frequency

I missed that one
parent 028e9183
Branches
Tags
No related merge requests found
...@@ -79,7 +79,7 @@ $('#subtitles_dir').fileBrowser({ title: 'Select Subtitles Download Directory' } ...@@ -79,7 +79,7 @@ $('#subtitles_dir').fileBrowser({ title: 'Select Subtitles Download Directory' }
<div class="field-pair"> <div class="field-pair">
<label> <label>
<span class="component-title">Subtitle Find Frequency</span> <span class="component-title">Subtitle Find Frequency</span>
<input type="number" name="subtitles_finder_frequency" value="${sickbeard.SUBTITLES_FINDER_FREQUENCY}" hours="1" class="form-control input-sm input75" /> <input type="number" name="subtitles_finder_frequency" value="${sickbeard.SUBTITLES_FINDER_FREQUENCY}" hours="1" min="1" step="1" class="form-control input-sm input75" />
<span class="component-desc">time in hours between scans (default: 1)</span> <span class="component-desc">time in hours between scans (default: 1)</span>
</label> </label>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment