Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariusz89B committed Jul 10, 2022
1 parent 1c19bbc commit 114baa0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 0 additions & 4 deletions addon.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@

import re
import time
import threading
import six
import uuid
import iso8601
Expand Down Expand Up @@ -228,9 +227,6 @@ def check_login():

refresh = refresh_timedelta(valid_to)

if not valid_to:
valid_to = datetime.now() + timedelta(days=1)

if not beartoken or refresh < timedelta(minutes=1):
login = login_data(reconnect=False)

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.9" provider-name="mariusz89b">
<addon id="plugin.video.teliaplay" name="Telia Play" version="1.1.0" 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.9 (2022-07-10)
<news>v1.1.0 (2022-07-10)
- Fixes.

v1.0.9 (2022-07-10)
- Fixed memory leak.

v1.0.8 (2022-07-09)
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.1.0 (2022-07-10)
- Fixes.

v1.0.9 (2022-07-10)
- Fixed memory leak.

Expand Down

0 comments on commit 114baa0

Please sign in to comment.