mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 05:31:15 -07:00
Don't overwrite PMS_UUID when fetching a new token
This commit is contained in:
parent
fef428202f
commit
805d45bd33
1 changed files with 0 additions and 1 deletions
|
@ -2556,7 +2556,6 @@ $(document).ready(function() {
|
||||||
function OAuthSuccessCallback(authToken) {
|
function OAuthSuccessCallback(authToken) {
|
||||||
var x_plex_headers = getPlexHeaders();
|
var x_plex_headers = getPlexHeaders();
|
||||||
$("#pms_token").val(authToken);
|
$("#pms_token").val(authToken);
|
||||||
$("#pms_uuid").val(x_plex_headers['X-Plex-Client-Identifier']);
|
|
||||||
$("#token_verify").html('<i class="fa fa-check"></i>').fadeIn('fast');
|
$("#token_verify").html('<i class="fa fa-check"></i>').fadeIn('fast');
|
||||||
getServerOptions(authToken);
|
getServerOptions(authToken);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue