Fix progress dialog

This commit is contained in:
angelblue05 2016-01-18 19:54:20 -06:00
parent 60f68610f4
commit f3f8c76197
5 changed files with 9 additions and 10 deletions

View file

@ -400,7 +400,7 @@ class Player(xbmc.Player):
def onPlayBackStopped( self ):
# Will be called when user stops xbmc playing a file
self.logMsg("ONPLAYBACK_STOPPED", 2)
xbmcgui.Window(10101).clearProperties()
xbmcgui.Window(10008).clearProperties()
self.logMsg("Clear playlist properties.")
self.stopAll()