summaryrefslogtreecommitdiff
path: root/plugin.video.dazn/resources/lib/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugin.video.dazn/resources/lib/client.py')
-rw-r--r--plugin.video.dazn/resources/lib/client.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugin.video.dazn/resources/lib/client.py b/plugin.video.dazn/resources/lib/client.py
index b09521e..f13e0ed 100644
--- a/plugin.video.dazn/resources/lib/client.py
+++ b/plugin.video.dazn/resources/lib/client.py
@@ -132,10 +132,8 @@ class Client:
else:
self.setToken(data['AuthToken'], data.get('Result', 'RefreshAccessTokenError'))
- def startUp(self, device_id=''):
+ def startUp(self):
kodi_language = self.plugin.get_language()
- if device_id != '':
- self.DEVICE_ID = device_id
self.POST_DATA = {
'LandingPageKey': 'generic',
'Languages': '{0}, {1}'.format(kodi_language, self.LANGUAGE),