mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Fix OAuth popup loader
This commit is contained in:
parent
c0b960bccf
commit
a9b5c91f84
4 changed files with 9 additions and 11 deletions
|
@ -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);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue