Fix Nomi Categorie

This commit is contained in:
Alhaziel
2020-02-15 11:58:53 +01:00
parent ab10f8d46b
commit 607767151a
4 changed files with 10 additions and 2 deletions

View File

@@ -108,7 +108,7 @@ def getchanneltypes(view="thumb_"):
itemlist.append(Item(title=config.get_localized_string(70685), channel="community", action="mainlist", view=view,
category=title, channel_type="all", thumbnail=get_thumb("channels_community.png", view),
category=config.get_localized_string(70685), channel_type="all", thumbnail=get_thumb("channels_community.png", view),
viewmode="thumbnails"))
return itemlist