Skip to content

Commit

Permalink
new postplay screen
Browse files Browse the repository at this point in the history
  • Loading branch information
im85288 committed Jan 6, 2017
1 parent 0e96eca commit bccd85d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<addon id="service.nextup.notification" name="Nextup Service Notification" provider-name="im85288" version="1.0.29">
<addon id="service.nextup.notification" name="Nextup Service Notification" provider-name="im85288" version="1.0.30">
<requires>
<import addon="xbmc.python" version="2.20.0"/>
<import addon="script.module.addon.signals" version="0.0.1"/>
Expand Down
2 changes: 2 additions & 0 deletions resources/lib/ClientInformation.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,6 @@ def get_device_id(self, reset=False):

guid.close()

WINDOW.setProperty('kodi_deviceId',client_id)

return client_id

0 comments on commit bccd85d

Please sign in to comment.