Fix for new feature "first match"

This commit is contained in:
echel0n 2014-03-18 07:03:02 -07:00
parent dbaf9955cb
commit fc24efb957
3 changed files with 6 additions and 5 deletions

View File

@ -112,6 +112,12 @@ This <b>DOES NOT</b> allow Sick Beard to download non-english TV episodes!<br />
<input type="checkbox" name="dvdorder" #if $show.dvdorder == 1 then "checked=\"checked\"" else ""# /><br/>
(check this if you wish to use the DVD order instead of the Airing order)
<br/><br/>
<b>Archive on first match: </b>
#if $bestQualities
<input type="checkbox" name="archive_firstmatch" #if $show.archive_firstmatch == 1 then "checked=\"checked\"" else ""# /><br />
(check this to have the show archived after first match and download from your archive quality choices)
<br />
#end if
<input type="submit" id="submit" value="Submit" class="btn btn-primary" />
</form>

View File

@ -44,8 +44,4 @@
</select>
</div>
</div>
<b>Archive on first match: </b>
<input type="checkbox" name="archive_firstmatch" #if $show.archive_firstmatch == 1 then "checked=\"checked\"" else ""# /><br />
(check this to have the show archived after first match and download from your archive quality choices)
<br />
</div>

View File

@ -236,7 +236,6 @@ class BTNProvider(generic.TorrentProvider):
return [{}]
search_params = {'category': 'Episode'}
search_params['series'] = sanitizeSceneName(ep_obj.show.name)
if ep_obj.show.air_by_date: