Fix for edit shows and add shows.

This commit is contained in:
echel0n 2014-07-05 16:47:20 -07:00
parent 457fc59067
commit 93e2e93b63
2 changed files with 1 additions and 3 deletions

View File

@ -37,7 +37,6 @@
</a>
<br/><br/>
#if $sickbeard.TRAKT_USE_RECOMMENDED:
<a href="$sbRoot/home/addShows/recommendedShows/" id="btnNewShow" class="btn btn-large">
<div class="button"><img src="$sbRoot/images/add-new32.png" height="32" width="32" alt="Add Recommended Shows"/></div>
<div class="buttontext">
@ -46,7 +45,6 @@
</div>
</a>
<br/><br/>
#end if
<a href="$sbRoot/home/addShows/existingShows/" id="btnExistingShow" class="btn btn-large">
<div class="button"><img src="$sbRoot/images/add-existing32.png" height="32" width="32" alt="Add Existing Shows"/></div>

View File

@ -1055,7 +1055,7 @@ class Manage(MainHandler):
curErrors += Home(self.application, self.request).editShow(curShow, new_show_dir, anyQualities,
bestQualities, exceptions_list,
new_flatten_folders, new_paused,
flatten_folders=new_flatten_folders, paused=new_paused,
subtitles=new_subtitles, anime=new_anime,
scene=new_scene, directCall=True)