mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-08 11:03:38 +00:00
Merge pull request #333 from JackDandy/feature/ChangeUnairedOption
Change option "Search for unaired episodes" to "Unaired episodes", reposition, and add description.
This commit is contained in:
commit
bed370f811
2 changed files with 11 additions and 10 deletions
|
@ -6,7 +6,7 @@
|
||||||
* Fix Backlog scheduler initialization and change backlog frequency from minutes to days
|
* Fix Backlog scheduler initialization and change backlog frequency from minutes to days
|
||||||
* Change to consolidate and tidy some provider code
|
* Change to consolidate and tidy some provider code
|
||||||
* Fix restore table row colours on the Manage/Episode Status Management page
|
* Fix restore table row colours on the Manage/Episode Status Management page
|
||||||
* Add option "Search for unaired episodes" to config/Search Settings
|
* Add option "Unaired episodes" to config/Search Settings/Episode Search
|
||||||
|
|
||||||
|
|
||||||
### 0.8.3 (2015-04-25 08:48:00 UTC)
|
### 0.8.3 (2015-04-25 08:48:00 UTC)
|
||||||
|
|
|
@ -100,15 +100,6 @@
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="field-pair">
|
|
||||||
<label for="search_unaired">
|
|
||||||
<span class="component-title">Search for unaired episodes</span>
|
|
||||||
<span class="component-desc">
|
|
||||||
<input type="checkbox" name="search_unaired" id="search_unaired" class="enabler"<%= html_checked if sickbeard.SEARCH_UNAIRED == True else '' %>>
|
|
||||||
</span>
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="field-pair">
|
<div class="field-pair">
|
||||||
<label>
|
<label>
|
||||||
<span class="component-title">Usenet retention</span>
|
<span class="component-title">Usenet retention</span>
|
||||||
|
@ -149,6 +140,16 @@
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="field-pair">
|
||||||
|
<label for="search_unaired">
|
||||||
|
<span class="component-title">Unaired episodes</span>
|
||||||
|
<span class="component-desc">
|
||||||
|
<input type="checkbox" name="search_unaired" id="search_unaired" class="enabler"<%= html_checked if sickbeard.SEARCH_UNAIRED == True else '' %>>
|
||||||
|
<p>process episodes found before their expected airdate (disable if getting fakes)</p>
|
||||||
|
</span>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
|
||||||
<input type="submit" class="btn config_submitter" value="Save Changes">
|
<input type="submit" class="btn config_submitter" value="Save Changes">
|
||||||
|
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
Loading…
Reference in a new issue