Fix "Opening Stream..." dialog not closing

- Fixes #113
- See http://forum.kodi.tv/showthread.php?tid=155641
This commit is contained in:
tomkat83 2016-09-25 18:46:10 +02:00
parent fe99fd1ec8
commit 086d5c8901

View file

@ -206,6 +206,7 @@ class PlaybackUtils():
(homeScreen and not sizePlaylist)):
# Playlist was created just now, play it.
log.info("Play playlist.")
xbmcplugin.endOfDirectory(int(sys.argv[1]), True, False, False)
xbmc.Player().play(kodiPl, startpos=startPos)
else: