Private GIT

Skip to content
Snippets Groups Projects
Commit a14a3901 authored by Anthony Ishkan's avatar Anthony Ishkan
Browse files

PR#2911 - move archive setting to "Main" tab.

parent b9fbeaa5
Branches
Tags
No related merge requests found
......@@ -70,6 +70,15 @@
</label>
</div>
<div class="field-pair">
<label for="">
<span class="component-title">Archive on first match</span>
<span class="component-desc">
<input type="checkbox" id="archive_firstmatch" name="archive_firstmatch" ${('', 'checked="checked"')[show.archive_firstmatch == 1]} /> archive episode after the first best match is found from your archive quality list
</span>
</label>
</div>
<div class="field-pair">
<label for="defaultEpStatusSelect">
<span class="component-title">Default Episode Status</span>
......@@ -190,15 +199,6 @@
<h3>Advanced Settings</h3>
<fieldset class="component-group-list">
<div class="field-pair">
<label for="">
<span class="component-title">Archive on first match</span>
<span class="component-desc">
<input type="checkbox" id="archive_firstmatch" name="archive_firstmatch" ${('', 'checked="checked"')[show.archive_firstmatch == 1]} /> archive episode after the first best match is found from your archive quality list
</span>
</label>
</div>
<div class="field-pair">
<label for="rls_ignore_words">
<span class="component-title">Ignored Words</span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment