mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-11-10 18:36:33 +00:00
Whooha! How did this typo go unnoticed for so long
This commit is contained in:
parent
6438948a06
commit
fe620086ef
1 changed files with 1 additions and 1 deletions
|
|
@ -415,7 +415,7 @@ class ConnectionManager(object):
|
|||
# Update configs
|
||||
self.config.data['auth.server'] = server['address']
|
||||
self.config.data['auth.server-name'] = server['Name']
|
||||
self.config.data['auth.server=id'] = server['Id']
|
||||
self.config.data['auth.server-id'] = server['Id']
|
||||
self.config.data['auth.ssl'] = options.get('ssl', self.config.data['auth.ssl'])
|
||||
|
||||
result = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue