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