mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 05:13:21 -07:00
Add IP modal to info screen.
Display notice for minimum version of PW database import. Address a bug where a newly added user's watch history would be logged as "Local" until next user list refresh.
This commit is contained in:
parent
c02b7a0079
commit
a393d1a50a
3 changed files with 76 additions and 12 deletions
|
@ -5,6 +5,9 @@
|
|||
<h4 class="modal-title">Import PlexWatch Database</h4>
|
||||
</div>
|
||||
<div class="modal-body" id="modal-text">
|
||||
<p class="help-block">
|
||||
Please ensure your PlexWatch database is at version 0.3.2 or higher.
|
||||
</p>
|
||||
<div class="form-group">
|
||||
<label for="db_location">Database Location</label>
|
||||
<div class="row">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue