Skip to content

Commit

Permalink
remove wrong error message
Browse files Browse the repository at this point in the history
  • Loading branch information
fayer3 committed Aug 25, 2019
1 parent 5f09a8c commit d59ad2b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 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.joyn_app" name="Joyn" version="0.2.2" provider-name="fayer3">
<addon id="plugin.video.joyn_app" name="Joyn" version="0.2.3" provider-name="fayer3">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
<import addon="script.module.routing" version="0.2.0"/>
Expand Down Expand Up @@ -34,6 +34,9 @@
- Auflistung der Livestreams korregiert
- option für Vorschaubild statt Senderlogo von Livestreams hinzugefügt
- option für das Anzeigen des Sendungsanmens in der Übersicht von Livestreams hinzugefügt

- 0.2.3:
- enferne falsche Fehlermeldung
</news>
<assets>
<icon>resources/icon.png</icon>
Expand Down
2 changes: 2 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ v0.2.2:
- fix listing of livestreams
- add option for showing preview image instead of logo of livestreams
- add option for showing show details in label of livestreams
v0.2.3
- remove wrong error message
1 change: 0 additions & 1 deletion resources/lib/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,6 @@ def play_episode(episode_id):
if video_data['vmap']:
#got add, extract mpd
log(u'stream with add: {0}'.format(video_data['videoUrl']))
kodiutils.notification(u'INFO', kodiutils.get_string(32005))
video_url = video_data['videoUrl']
video_url_data = get_url(video_url, critical = True)
# get base url
Expand Down

0 comments on commit d59ad2b

Please sign in to comment.