fix(api): Exchanges warmer API endpoint with preflight
[plugin.video.netflix.git] / resources / lib / NetflixSession.py
index 0ad98b1757fe24170a0f34ff4707a971cb345bb6..d3334bcfb596065d35551d996f3e9b3528335b06 100644 (file)
@@ -25,7 +25,7 @@ class NetflixSession:
     urls = {
         'login': '/login',
         'browse': '/browse',
-        'video_list_ids': '/warmer',
+        'video_list_ids': '/preflight',
         'shakti': '/pathEvaluator',
         'profiles':  '/browse',
         'switch_profiles': '/profiles/switch',
@@ -2296,5 +2296,5 @@ class NetflixSession:
         self.esn = self._parse_esn_data(netflix_page_data=netflix_page_data)
         self.api_data = self._parse_api_base_data(netflix_page_data=netflix_page_data)
         self.profiles = self._parse_profile_data(netflix_page_data=netflix_page_data)
-        self.log('Found ESN "' + self.esn)
+        self.log('Found ESN "' + self.esn + '"')
         return netflix_page_data