Added option to only include 'official' extras, rather than everything (bootlegs, promos, etc)

This commit is contained in:
rembo10
2015-07-04 00:47:02 -07:00
parent 3e81c4f3b6
commit a14369cb7d
4 changed files with 12 additions and 5 deletions

View File

@@ -1372,6 +1372,9 @@
%endfor
</div>
</div>
<div class="row left checkbox">
<input type="checkbox" name="official_releases_only" value="1" ${config['official_releases_only']} /><label>Only include 'official' extras (i.e. no bootlegs, promos, etc.)</label>
</div>
<div class="row left checkbox">
<input type="checkbox" name="autowant_upcoming" value="1" ${config['autowant_upcoming']} /><label>Automatically mark upcoming albums as wanted</label>
</div>