fix(kodi-interface): Get rid of annoying 'has left several classes in memory that...
[plugin.video.netflix.git] / resources / lib / Navigation.py
index 95db480faa0de788a97a8c954e4b9fcd59febb65..9320b978f0eb852d4cb241e3374b72b5e9fa605e 100644 (file)
@@ -509,7 +509,7 @@ class Navigation:
         str
             Url + Port
         """
-        return 'http://127.0.0.1:' + str(self.kodi_helper.addon.getSetting('netflix_service_port'))
+        return 'http://127.0.0.1:' + str(self.kodi_helper.get_addon().getSetting('netflix_service_port'))
 
     def call_netflix_service (self, params):
         """Makes a GET request to the internal Netflix HTTP proxy and returns the result