summaryrefslogtreecommitdiff
path: root/plugin.video.vrt.nu/resources/lib/kodiwrappers/kodiwrapper.py
diff options
context:
space:
mode:
authorpietje666 <martijn.moreel@gmail.com>2017-10-02 01:55:40 +0200
committerlearningit <scottyroscoe13@gmail.com>2017-10-01 19:55:40 -0400
commit3acc2fd687175d4768530f6983b9149566388217 (patch)
tree233e3ebb45e37a407214611dc72754708d1fcc1a /plugin.video.vrt.nu/resources/lib/kodiwrappers/kodiwrapper.py
parent82e567c010af596f10a37acb50a4cc50cdb1bd8e (diff)
[plugin.video.vrt.nu] 1.0.0 (#1439)
Diffstat (limited to 'plugin.video.vrt.nu/resources/lib/kodiwrappers/kodiwrapper.py')
-rw-r--r--plugin.video.vrt.nu/resources/lib/kodiwrappers/kodiwrapper.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin.video.vrt.nu/resources/lib/kodiwrappers/kodiwrapper.py b/plugin.video.vrt.nu/resources/lib/kodiwrappers/kodiwrapper.py
index c2df058..7edcccd 100644
--- a/plugin.video.vrt.nu/resources/lib/kodiwrappers/kodiwrapper.py
+++ b/plugin.video.vrt.nu/resources/lib/kodiwrappers/kodiwrapper.py
@@ -42,7 +42,6 @@ class KodiWrapper:
stream = stream_service.get_stream_from_url(path)
if stream is not None:
play_item = xbmcgui.ListItem(path=stream.stream_url)
- play_item.setMimeType('application/x-mpegURL')
if stream.subtitle_url is not None:
play_item.setSubtitles([stream.subtitle_url])
xbmcplugin.setResolvedUrl(self._handle, True, listitem=play_item)