From fe620086ef27c61c32a52a4ebd75796202ff3f74 Mon Sep 17 00:00:00 2001 From: Chuddah Date: Sun, 23 Feb 2020 14:10:37 +0000 Subject: [PATCH] Whooha! How did this typo go unnoticed for so long --- jellyfin_kodi/jellyfin/connection_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jellyfin_kodi/jellyfin/connection_manager.py b/jellyfin_kodi/jellyfin/connection_manager.py index e78a6cb2..84dcd931 100644 --- a/jellyfin_kodi/jellyfin/connection_manager.py +++ b/jellyfin_kodi/jellyfin/connection_manager.py @@ -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 = {