Private GIT

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

Remove "Default Episode Status"

because it's only usefull when adding a show
parent bdd99354
Branches
Tags
No related merge requests found
......@@ -63,14 +63,16 @@ This will <b>affect the episode show search</b> on nzb and torrent provider.<br
#include $os.path.join($sickbeard.PROG_DIR, "gui/slick/interfaces/default/inc_qualityChooser.tmpl")
<br />
<!--
<b>Default Episode Status:</b><br />
(this will set a default status to be applied to any newly added episodes)<br />
(this will set a default status of already aired episodes)<br />
<select name="defaultEpStatus" id="defaultEpStatusSelect" class="form-control form-control-inline input-sm">
#for $curStatus in [$WANTED, $SKIPPED, $ARCHIVED, $IGNORED]:
<option value="$curStatus" #if $curStatus == $show.default_ep_status then 'selected="selected"' else ''#>$statusStrings[$curStatus]</option>
#end for
</select><br />
<br />
-->
<b>Info Language:</b><br />
(this will only affect the language of the retrieved metadata file contents and episode filenames)<br />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment