def favorites_remove(content_type, item_id):
ok = session.user.favorites.remove(content_type, item_id)
if ok:
xbmcgui.Dialog().notification(heading=plugin.name, message=_T(30232).format(what=_T(content_type)), icon=xbmcgui.NOTIFICATION_INFO)
xbmc.executebuiltin('Container.Refresh()')
评论列表
文章目录