mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-02 17:59:28 +01:00
Added user inputs for MusicBrainz Update Interval & Album Age to ignore.
This commit is contained in:
@@ -97,6 +97,14 @@
|
||||
<label>Library Scan Interval</label>
|
||||
<input type="text" name="libraryscan_interval" value="${config['libraryscan_interval']}" size="4">mins
|
||||
</div>
|
||||
<div class="row">
|
||||
<label>MusicBrainz Update Interval</label>
|
||||
<input type="text" name="update_db_interval" value="${config['update_db_interval']}" size="4">hours
|
||||
</div>
|
||||
<div class="row">
|
||||
<label>Ignore Album Updates</label>
|
||||
<input type="text" name="mb_ignore_age" value="${config['mb_ignore_age']}" size="4">days
|
||||
</div>
|
||||
</fieldset>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user