Fix resume when using play-to

This commit is contained in:
angelblue05 2016-02-03 19:06:12 -06:00
parent dc12f05ba8
commit c4608b38e1
3 changed files with 19 additions and 13 deletions

View file

@ -200,5 +200,4 @@ class KodiMonitor(xbmc.Monitor):
utils.window('emby_onWake', value="true")
elif method == "Playlist.OnClear":
utils.window('emby_customPlaylist', clear=True)
self.logMsg("Clear playlist properties.")
pass