Fix sezione novità (cb01)

This commit is contained in:
mac12m99
2021-05-16 17:57:21 +02:00
parent e09a6a2e96
commit 56e9489c18
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ def newest(categoria):
else:
item.contentType = 'movie'
item.url = host + '/lista-film-ultimi-100-film-aggiunti/'
item.args = "newest"
item.args = "newest"
return peliculas(item)
# Continua la ricerca in caso di errore
except:

View File

@@ -285,7 +285,7 @@ def novedades(item):
else:
if mode == 'normal':
logger.debug("Obteniendo novedades de channel_id=" + channel_id)
progreso.update(percentage, "", config.get_localized_string(60520) % channel_title)
progreso.update(percentage, config.get_localized_string(60520) % channel_title)
get_newest(channel_id, item.extra)
# Multi Thread mode: wait for all threads to finish