Fix Configura Downloads in Downloads Menu

This commit is contained in:
Alhaziel
2020-03-17 12:06:10 +01:00
parent cf789ae1d5
commit 479a3f4099
+1 -1
View File
@@ -116,7 +116,7 @@ def mainlist(item):
itemlist.insert(0, Item(channel=item.channel, action="browser", title=support.typo(config.get_localized_string(70222),'bold'),url=DOWNLOAD_PATH))
if not item.contentType == "tvshow":
itemlist.insert(0, Item(channel=item.channel, action="settings", title= support.typo(config.get_localized_string(70223),'bold color kod')))
itemlist.insert(0, Item(channel='shortcuts', action="SettingOnPosition", category=4, setting=0, title= support.typo(config.get_localized_string(70288),'bold color kod')))
return itemlist