correcciones

This commit is contained in:
Unknown
2018-09-26 16:18:45 -03:00
parent f8e72cbbef
commit dff5d0e8d7
5 changed files with 535 additions and 178 deletions

View File

@@ -279,7 +279,7 @@ def title_format(item):
visto = True
# Se elimina cualquier formato previo en el titulo
if item.action != '':
if item.action != '' and item.action !='mainlist':
item.title = remove_format(item.title)
#logger.debug('visto? %s' % visto)