def action_cancel(): # xbmc.log(str('def action_cancel():')+'===>OPENMETA', level=xbmc.LOGNOTICE) xbmc.PlayList(1).clear() xbmc.PlayList(0).clear( ) # clearing music playlist somehow removes the playlist notification we get when using play from context menu on Kodi 18... plugin.set_resolved_url() xbmc.executebuiltin('Dialog.Close(okdialog, true)')
def action_cancel(): xbmc.PlayList(1).clear() xbmc.PlayList(0).clear( ) # clearing music playlist somehow removes the playlist notification we get when using play from context menu on Kodi 18... plugin.set_resolved_url() xbmc.executebuiltin('Dialog.Close(okdialog, true)')