Private GIT

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

Merge pull request #435 from SickRage/sub_min_time

Set min/step to subtitle frequency
parents 028e9183 b0194fb2
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ $('#subtitles_dir').fileBrowser({ title: 'Select Subtitles Download Directory' }
<div class="field-pair">
<label>
<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>
</label>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment