add config variable PMS_UPDATE_NOTIFY_INTERVAL and settings interface to be to change how often we notify about a new plex version

This commit is contained in:
Anthony Biacco 2018-12-12 10:18:11 -07:00
commit 7f0cdb6f26
4 changed files with 15 additions and 1 deletions

View file

@ -813,6 +813,16 @@
<input type="hidden" class="form-control" id="pms_update_distro" name="pms_update_distro">
</div>
</div>
<div class="row">
<div class="col-md-2">
<label for="pms_update_notify_interval">Notify Interval</label>
<input type="text" class="form-control" data-parsley-type="integer" id="pms_update_notify_interval" name="pms_update_notify_interval" value="${config['pms_update_notify_interval']}" size="3" data-parsley-range="[1,999]" data-parsley-trigger="change" data-parsley-errors-container="#pms_update_notify_interval_error" required>
</div>
<div id="pms_update_notify_interval_error" class="alert alert-danger settings-alert" role="alert"></div>
</div>
<p class="help-block">
The interval (in hours) Tautulli will notify about a new Plex Media Server version. Minimum 1, maximum 999, default 24.
</p>
</div>
</div>
<div class="checkbox">