mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-19 23:44:01 +01:00
Update config.html
This commit is contained in:
committed by
GitHub
parent
9cddcabad4
commit
14d1524971
@@ -133,6 +133,12 @@
|
|||||||
</label>
|
</label>
|
||||||
<input type="text" name="mb_ignore_age" value="${config['mb_ignore_age']}" size="4">days
|
<input type="text" name="mb_ignore_age" value="${config['mb_ignore_age']}" size="4">days
|
||||||
</div>
|
</div>
|
||||||
|
<div class="row checkbox">
|
||||||
|
<label title="Ignore MusicBrainz album updates missing a release date.">
|
||||||
|
Ignore Album Updates
|
||||||
|
</label>
|
||||||
|
<input type="checkbox" name="mb_ignore_age_missing" value="0" value="${config['mb_ignore_age_missing']}" size="4">days
|
||||||
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user