fix Mylinks-Movies does not open for concatenating a string and a dict (#379)

Co-authored-by: Matteo Sammarco <matteo.sammarco@axa-groupsolutions.com>
This commit is contained in:
Matteo Sammarco
2022-02-28 18:14:30 +01:00
committed by GitHub
parent e3544248ee
commit 7c9da143a9

View File

@@ -231,7 +231,7 @@ def mostrar_perfil(item):
'i_enlace': i_enlace, 'i_perfil': i_perfil} ]
it.plot += '[CR][CR]' + config.get_localized_string(70724) + ': ' + it.channel + ' ' + config.get_localized_string(60266) + ': ' + it.action
if it.extra != '': it.plot += ' Extra: ' + it.extra
if (type(it.extra) is str) and it.extra != '': it.plot += ' Extra: ' + it.extra
it.plot += '[CR]Url: ' + it.url if isinstance(it.url, str) else '...'
if it.date_added != '': it.plot += '[CR]' + config.get_localized_string(70469) + ': ' + it.date_added