Added MPC notifier, calls 'mpc update' on local machine

This commit is contained in:
Kane Wallmann
2014-04-30 19:53:59 +10:00
parent 0457c3c30e
commit ebc0b7205f
5 changed files with 29 additions and 2 deletions

View File

@@ -812,6 +812,14 @@
</div>
</fieldset>
<fieldset>
<h3>MPC</h3>
<div class="checkbox row">
<input type="checkbox" name="mpc_enabled" id="mpc" value="1" ${config['mpc_enabled']} /><label>Enable MPC Update</label>
</div>
</fieldset>
<fieldset>
</td>
</tr>
</table>