Fix sezione novità (cb01)
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user