We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8a4a84 commit d000646Copy full SHA for d000646
1 file changed
plexapi/myplex.py
@@ -1779,7 +1779,7 @@ def oauthUrl(self, forwardUrl=None):
1779
'context[device][platformVersion]': headers['X-Plex-Platform-Version'],
1780
'context[device][device]': headers['X-Plex-Device'],
1781
'context[device][deviceName]': headers['X-Plex-Device-Name'],
1782
- 'code': self._code
+ 'code': self._getCode()
1783
}
1784
if forwardUrl:
1785
params['forwardUrl'] = forwardUrl
0 commit comments