mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-14 17:22:56 -07:00
Make sure we set the PMS client identifier when auto verifying servers at first run.
This commit is contained in:
parent
c350943041
commit
767dd20bdc
1 changed files with 1 additions and 0 deletions
|
@ -262,6 +262,7 @@ from plexpy import common
|
|||
if (ci != "undefined") {
|
||||
// To allow next step in the guide.
|
||||
// servers with clientIdentifier is verified
|
||||
$("#pms_identifier").val(ci);
|
||||
$("#pms_valid").val("valid");
|
||||
$("#pms-verify-status").html('<i class="fa fa-check"></i> Server found!').show();
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue