From 479a3f409987af519113c7fadd645f9911f35173 Mon Sep 17 00:00:00 2001 From: Alhaziel Date: Tue, 17 Mar 2020 12:06:10 +0100 Subject: [PATCH] Fix Configura Downloads in Downloads Menu --- specials/downloads.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specials/downloads.py b/specials/downloads.py index 38b478e7..27e3f728 100644 --- a/specials/downloads.py +++ b/specials/downloads.py @@ -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