From 43c31ce419a4a4d94cb8eb5da57766591766223a Mon Sep 17 00:00:00 2001 From: croneter Date: Tue, 15 May 2018 19:33:17 +0200 Subject: [PATCH] Fix migration not working correctly for re-connecting PMS - Fixes #469 --- resources/lib/initialsetup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lib/initialsetup.py b/resources/lib/initialsetup.py index 24010482..795cbf9e 100644 --- a/resources/lib/initialsetup.py +++ b/resources/lib/initialsetup.py @@ -528,6 +528,8 @@ class InitialSetup(object): # Do we need to migrate stuff? check_migration() + # Reload the server IP cause we might've deleted it during migration + self.server = UserClient().get_server() # Display a warning if Kodi puts ALL movies into the queue, basically # breaking playback reporting for PKC