added localized strings

This commit is contained in:
angedam
2018-08-20 16:43:38 +02:00
parent fd65464162
commit 33e45928b4
2 changed files with 19 additions and 21 deletions
+2 -2
View File
@@ -451,11 +451,11 @@ def find_and_set_infoLabels(item):
if item.contentType == "movie":
tipo_busqueda = "movie"
tipo_contenido = "pelicula"
tipo_contenido = config.get_localized_string(70283)
title = item.contentTitle
else:
tipo_busqueda = "tv"
tipo_contenido = "serie"
tipo_contenido = config.get_localized_string(70283)
title = item.contentSerieName
# Si el titulo incluye el (año) se lo quitamos