X-Git-Url: http://git.code-monkey.de/?p=plugin.video.netflix.git;a=blobdiff_plain;f=resources%2Flib%2FNavigation.py;h=95db480faa0de788a97a8c954e4b9fcd59febb65;hp=894fc81e93240bbba264561abd35d693599fb65b;hb=f39c97e81f2353c24fb7401af97655855dbe0e16;hpb=2a9d9b6d989103f94ebbb9f0bc3d8ffd3f2dba3b diff --git a/resources/lib/Navigation.py b/resources/lib/Navigation.py index 894fc81..95db480 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.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