Fix PKC using main user's token if PMS address changes
This commit is contained in:
parent
8d34e66764
commit
baa2b17615
1 changed files with 0 additions and 1 deletions
|
@ -427,7 +427,6 @@ class InitialSetup(object):
|
|||
utils.settings('plex_servername', server['name'])
|
||||
utils.settings('plex_serverowned',
|
||||
'true' if server['owned'] else 'false')
|
||||
utils.settings('accessToken', server['token'])
|
||||
# Careful to distinguish local from remote PMS
|
||||
if server['local']:
|
||||
scheme = server['scheme']
|
||||
|
|
Loading…
Reference in a new issue