Skip to content

Commit

Permalink
9.9.4_v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariusz89B committed Mar 2, 2022
1 parent 6513424 commit 71e31a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<addon
id="script.mtvguide"
name="m-TVGuide [COLOR gold][B]EPG[/B][/COLOR]"
version="9.9.4-beta.2"
version="9.9.4-beta.3"
provider-name="Mods-kodi">
<requires>
<import addon="xbmc.addon" version="17.0.0"/>
Expand Down Expand Up @@ -41,7 +41,7 @@
<forum>https://github.com/Mariusz89B/script.mtvguide/discussions</forum>
<website>https://github.com/Mariusz89B/script.mtvguide</website>
<source>m-TVGuide © 2013 - 2022</source>
<news>v9.9.4 (2022-03-01)
<news>v9.9.4 (2022-03-02)
- Beta testing.

v9.9.3 (2022-02-27)
Expand Down
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v9.9.4 (2022-03-01)
v9.9.4 (2022-03-02)
- Beta testing.

v9.9.3 (2022-02-27)
Expand Down
2 changes: 1 addition & 1 deletion recordService.py
Original file line number Diff line number Diff line change
Expand Up @@ -1363,7 +1363,7 @@ def recordUrl(self, url, threadData):
cid, service = self.parseUrl(url)
channelInfo = self.getChannel(cid, service)

self.checkConnection(strmUrl)
self.checkConnection(url)

if channelInfo is None:
threadData['nrOfReattempts'] += 1
Expand Down

0 comments on commit 71e31a6

Please sign in to comment.