Skip to content

Commit

Permalink
support for WPT channel
Browse files Browse the repository at this point in the history
  • Loading branch information
Olavo Castro committed Jul 29, 2019
1 parent 81a0160 commit 754e074
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
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="plugin.video.tvplayer" name="Tv Player" version="1.1.0" provider-name="tvplayer">
<addon id="plugin.video.tvplayer" name="Tv Player" version="1.2.0" provider-name="tvplayer">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
Expand Down
2 changes: 2 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
v1.2.0
Support for WPT channel
v1.1.0
Changed to tv app API
v1.0.1
Expand Down
2 changes: 1 addition & 1 deletion default.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ def get_stream_url(id):

if int(id) == 607:
ifa = ADDON.getSetting('ifa')

if not ifa:
ifa = str(uuid.uuid4()).upper()
ADDON.setSetting('ifa', ifa)
Expand Down

0 comments on commit 754e074

Please sign in to comment.