Merge pull request #1336 from abiacco/pms_notify_interval

Adds ability to change notification/check interval for new plex server version
This commit is contained in:
JonnyWong16 2019-04-27 16:10:49 -07:00 committed by GitHub
commit 4c5602c77c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 1 deletions

View file

@ -814,6 +814,18 @@
</div>
</div>
</div>
<div class="form-group">
<label for="pms_update_check_interval">Update Check Interval</label>
<div class="row">
<div class="col-md-2">
<input type="text" class="form-control" data-parsley-type="integer" id="pms_update_check_interval" name="pms_update_check_interval" value="${config['pms_update_check_interval']}" size="3" data-parsley-min="1" data-parsley-trigger="change" data-parsley-errors-container="#pms_update_check_interval_error" required>
</div>
<div id="pms_update_check_interval_error" class="alert alert-danger settings-alert" role="alert"></div>
</div>
<p class="help-block">
The interval (in hours) Tautulli will check for a new Plex Media Server update. Minimum 1, default 24.
</p>
</div>
</div>
<div class="checkbox">
<label>