fix resolverdns kodi 18, filmontv kodi 19

This commit is contained in:
marco
2020-08-19 09:58:14 +02:00
parent 8fac8b78f6
commit b3736143bc
4 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ def mainlist(item):
Item(channel=item.channel, action="list_tvshows",title=config.get_localized_string(60600),
category=config.get_localized_string(70271), thumbnail=thumb("videolibrary_tvshow"),
context=[{"channel":"videolibrary", "action":"update_videolibrary", "title":config.get_localized_string(70269)}]),
Item(channel='shortcuts', action="SettingOnPosition", category=2, setting=1, thumbnail = thumb("setting_0"))]
Item(channel='shortcuts', action="SettingOnPosition", title=config.get_localized_string(60542), category=2, setting=1, thumbnail = thumb("setting_0"))]
return itemlist