mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-20 16:03:59 +01:00
Update config.html
This commit is contained in:
committed by
GitHub
parent
95cc0670e2
commit
ed923a2a94
@@ -137,7 +137,7 @@
|
|||||||
<label title="Ignore MusicBrainz album updates missing a release date.">
|
<label title="Ignore MusicBrainz album updates missing a release date.">
|
||||||
Ignore Undated Releases
|
Ignore Undated Releases
|
||||||
</label>
|
</label>
|
||||||
<input type="checkbox" name="mb_ignore_age_missing" value="${config['mb_ignore_age_missing']}">
|
<input type="checkbox" name="mb_ignore_age_missing" id="mb_ignore_age_missing" value="${config['mb_ignore_age_missing']}">
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</td>
|
</td>
|
||||||
@@ -2406,6 +2406,7 @@
|
|||||||
initConfigCheckbox("#api_enabled");
|
initConfigCheckbox("#api_enabled");
|
||||||
initConfigCheckbox("#enable_https");
|
initConfigCheckbox("#enable_https");
|
||||||
initConfigCheckbox("#customauth");
|
initConfigCheckbox("#customauth");
|
||||||
|
initConfigCheckbox("#mb_ignore_age_missing");
|
||||||
|
|
||||||
|
|
||||||
$('#twitterStep1').click(function () {
|
$('#twitterStep1').click(function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user