Option to update PlexPy automatically

This commit is contained in:
JonnyWong16 2016-10-09 16:43:12 -07:00 committed by JonnyWong16
parent 83c304290b
commit 91716527a4
5 changed files with 22 additions and 4 deletions

View file

@ -85,6 +85,12 @@
<p class="help-block">If you have Git installed, allow periodic checks for updates.</p>
</div>
<div id="git_update_options">
<div class="checkbox">
<label>
<input type="checkbox" id="plexpy_auto_update" name="plexpy_auto_update" value="1" ${config['plexpy_auto_update']}> Update Automatically
</label>
<p class="help-block">Update PlexPy automatically if an update is available when checking for updates.</p>
</div>
<div class="form-group">
<label for="git_token">GitHub API Token</label>
<div class="row">