Fix "Opening Stream..." dialog not closing
- Fixes #113 - See http://forum.kodi.tv/showthread.php?tid=155641
This commit is contained in:
parent
fe99fd1ec8
commit
086d5c8901
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue