Skip to content

Commit

Permalink
v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariusz89B committed Jul 9, 2022
1 parent c7270a4 commit a1ec3fc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion addon.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def login_service(reconnect, retry=0):
login = False

dashjs = addon.getSetting('teliaplay_devush')
valid_to = addon.getSetting('teliaplay_valid_to')
valid_to = addon.getSetting('teliaplay_validto')
if dashjs == '' and valid_to == '':
try:
msg = localized(30000)
Expand Down
7 changes: 5 additions & 2 deletions 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.teliaplay" name="Telia Play" version="1.0.7" provider-name="mariusz89b">
<addon id="plugin.video.teliaplay" name="Telia Play" version="1.0.8" provider-name="mariusz89b">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.inputstreamhelper" version="0.2.4"/>
Expand All @@ -24,7 +24,10 @@
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 and MIT LICENSE.</license>
<source>https://github.com/Mariusz89B/plugin.video.teliaplay</source>
<news>v1.0.7 (2022-07-08)
<news>v1.0.8 (2022-07-09)
- Bug fixes.

v1.0.7 (2022-07-08)
- Hotfix.

v1.0.6 (2022-07-08)
Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v1.0.8 (2022-07-09)
- Bug fixes.

v1.0.7 (2022-07-08)
- Hotfix.

Expand Down

0 comments on commit a1ec3fc

Please sign in to comment.