mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 05:13:21 -07:00
Fix OAuth popup loader
This commit is contained in:
parent
c0b960bccf
commit
a9b5c91f84
4 changed files with 9 additions and 11 deletions
|
@ -124,8 +124,6 @@
|
|||
}
|
||||
|
||||
$('#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);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue