Remove unnecessary x_plex_headers from 805d45b

This commit is contained in:
JonnyWong16 2020-06-23 20:07:45 -07:00
commit ff887d9948
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -2554,7 +2554,6 @@ $(document).ready(function() {
$("#token_verify").html('<i class="fa fa-refresh fa-spin"></i>').fadeIn('fast');
}
function OAuthSuccessCallback(authToken) {
var x_plex_headers = getPlexHeaders();
$("#pms_token").val(authToken);
$("#token_verify").html('<i class="fa fa-check"></i>').fadeIn('fast');
getServerOptions(authToken);