chore(perf): Switch from the browse enpoint to the profiles/manage endpoint when...
[plugin.video.netflix.git] / resources / lib / NetflixSession.py
index 6755c66694ba40a8045cb08b01bd9bfa107d152a..df573824bfb0d199593fdb4bed95e85d67111032 100644 (file)
@@ -24,10 +24,10 @@ class NetflixSession:
 
     urls = {
         'login': '/login',
-        'browse': '/browse',
+        'browse': '/profiles/manage',
         'video_list_ids': '/preflight',
         'shakti': '/pathEvaluator',
-        'profiles':  '/browse',
+        'profiles':  '/profiles/manage',
         'switch_profiles': '/profiles/switch',
         'adult_pin': '/pin/service',
         'metadata': '/metadata',