platformtools dialogs kodi 19

This commit is contained in:
Alhaziel01
2020-08-18 11:05:04 +02:00
parent 164bac13c1
commit 42028f3e33
8 changed files with 27 additions and 37 deletions
+1 -2
View File
@@ -48,8 +48,7 @@ def update(path, p_dialog, i, t, serie, overwrite):
if channel_enabled:
heading = config.get_localized_string(20000)
p_dialog.update(int(math.ceil((i + 1) * t)), heading, config.get_localized_string(60389) % (serie.contentSerieName,
serie.channel.capitalize()))
p_dialog.update(int(math.ceil((i + 1) * t)), heading, config.get_localized_string(60389) % (serie.contentSerieName, serie.channel.capitalize()))
try:
pathchannels = filetools.join(config.get_runtime_path(), "channels", serie.channel + '.py')
logger.log("loading channel: " + pathchannels + " " +