X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;ds=sidebyside;f=resources%2Flib%2FNavigation.py;h=9320b978f0eb852d4cb241e3374b72b5e9fa605e;hb=3dea5f5254715c91af6320a8b656f7d6836c3665;hp=894fc81e93240bbba264561abd35d693599fb65b;hpb=4992e07aa489c7b2da627ab57769c4b0b03c6e62;p=plugin.video.netflix.git diff --git a/resources/lib/Navigation.py b/resources/lib/Navigation.py index 894fc81..9320b97 100644 --- a/resources/lib/Navigation.py +++ b/resources/lib/Navigation.py @@ -509,7 +509,7 @@ class Navigation: str Url + Port """ - return 'http://localhost:' + 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