mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-03 23:06:14 +00:00
Fix progress dialog
This commit is contained in:
parent
60f68610f4
commit
f3f8c76197
5 changed files with 9 additions and 10 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue