fix casacinemaInfo

This commit is contained in:
marco
2020-01-07 23:08:25 +01:00
parent 4eb615560f
commit 55fff914e1
4 changed files with 11 additions and 11 deletions

View File

@@ -153,7 +153,7 @@ def render_items(itemlist, parent_item):
# Recorremos el itemlist
for item in itemlist:
logger.debug(item)
# logger.debug(item)
# Si el item no contiene categoria, le ponemos la del item padre
if item.category == "":
item.category = parent_item.category