mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-17 05:36:12 +00:00
Adjust playlist props
Instead of using clearProperties, clear individually.
This commit is contained in:
parent
f3f8c76197
commit
d14ecfdc5e
5 changed files with 11 additions and 12 deletions
|
@ -200,5 +200,5 @@ class KodiMonitor(xbmc.Monitor):
|
|||
utils.window('emby_onWake', value="true")
|
||||
|
||||
elif method == "Playlist.OnClear":
|
||||
utils.window('emby_customPlaylist', clear=True, windowid=10008)
|
||||
utils.window('emby_customPlaylist', clear=True)
|
||||
self.logMsg("Clear playlist properties.")
|
Loading…
Add table
Add a link
Reference in a new issue