Fix OAuth popup loader

This commit is contained in:
JonnyWong16 2018-07-05 18:23:10 -07:00
commit a9b5c91f84
4 changed files with 9 additions and 11 deletions

View file

@ -2269,8 +2269,6 @@ $(document).ready(function() {
}
$('#sign-in-plex').click(function() {
x_plex_headers['X-Plex-Product'] = '${plexpy.common.PRODUCT}';
x_plex_headers['X-Plex-Version'] = '${plexpy.common.RELEASE}';
PlexOAuth(OAuthSuccessCallback, OAuthErrorCallback, OAuthPreFunction);
});