Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
ekleop committed Sep 21, 2022
1 parent f453556 commit dd52754
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.simkl"
name="Simkl TV Tracker"
version="3.1.0"
version="3.2.0"
provider-name="David Davó, Simkl">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
Expand All @@ -25,12 +25,12 @@
</assets>
<language>en</language>
<news>
v3.2 (22-09-22)
- right click, mark as watched/unwatched added
v3.1 (21-07-13)
- detect engine updated
v3.0 (21-03-16)
- Kodi 19+ support
v2.2 (19-10-12)
- upgraded stream detection + fixed random scrobbling
</news>
</extension>
</addon>
2 changes: 1 addition & 1 deletion resources/lib/api_simkl.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from resources.lib.utils import log
from resources.lib.utils import __addon__

REDIRECT_URI = "http://simkl.com"
REDIRECT_URI = "https://simkl.com"
APIKEY = '62a587ec2a82dbed02c6ab48b923d72e775cb1096d2de60d04502413e36ef100'
SECRET = '3e9d1563659a94a930c282d3d38cc01ece2ab5d769ae449cff1ff6f13d9b732e'

Expand Down

0 comments on commit dd52754

Please sign in to comment.