mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 07:46:07 -07:00
Add setting to enable Live TV logging
This commit is contained in:
parent
81ab9b006d
commit
5d1bc3cf9b
4 changed files with 13 additions and 2 deletions
|
@ -149,6 +149,12 @@
|
|||
<h3>History Logging</h3>
|
||||
</div>
|
||||
|
||||
<div class="checkbox">
|
||||
<label>
|
||||
<input type="checkbox" id="logging_live_tv" name="logging_live_tv" value="1" ${config['logging_live_tv']}> Log Live TV Sessions
|
||||
</label>
|
||||
<p class="help-block">Enable history logging for Live TV sessions.</p>
|
||||
</div>
|
||||
<div class="form-group advanced-setting">
|
||||
<label for="logging_ignore_interval">Ignore Interval</label>
|
||||
<div class="row">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue