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

@ -77,7 +77,7 @@ class Service():
utils.window(prop, clear=True)
# Clear playlist properties
xbmcgui.Window(10101).clearProperties()
xbmcgui.Window(10008).clearProperties()
# Clear video nodes properties
videonodes.VideoNodes().clearProperties()