Adjust playlist props

Instead of using clearProperties, clear individually.
This commit is contained in:
angelblue05 2016-01-18 21:54:02 -06:00
parent f3f8c76197
commit d14ecfdc5e
5 changed files with 11 additions and 12 deletions

View file

@ -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.")