--- misc/xbmc/plugin.video.todic/default.py 2019/02/25 09:23:10 3246 +++ misc/xbmc/plugin.video.todic/default.py 2019/02/28 10:40:52 3249 @@ -280,6 +280,8 @@ listitem = xbmcgui.ListItem( label=name, label2='test', iconImage='DefaultFolder.png', thumbnailImage=thumb) listitem.setProperty('Fanart_Image', fanartImage) + listitem.addContextMenuItems([('Refresh', 'Container.Refresh')]) + if mode == '50': infoLabels = {} infoLabels['title'] = name