From 3acc2fd687175d4768530f6983b9149566388217 Mon Sep 17 00:00:00 2001 From: pietje666 Date: Mon, 2 Oct 2017 01:55:40 +0200 Subject: [plugin.video.vrt.nu] 1.0.0 (#1439) --- plugin.video.vrt.nu/resources/lib/kodiwrappers/kodiwrapper.py | 1 - 1 file changed, 1 deletion(-) (limited to 'plugin.video.vrt.nu/resources/lib/kodiwrappers/kodiwrapper.py') 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) -- cgit v1.2.3