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

@ -200,6 +200,5 @@ class KodiMonitor(xbmc.Monitor):
utils.window('emby_onWake', value="true")
elif method == "Playlist.OnClear":
utils.window('emby_customPlaylist', clear=True, windowid=10101)
#xbmcgui.Window(10101).clearProperties()
utils.window('emby_customPlaylist', clear=True, windowid=10008)
self.logMsg("Clear playlist properties.")