Correzione refuso in selezione scraper serie tv

This commit is contained in:
Alhaziel01
2022-09-15 16:06:43 +02:00
parent 4a8b3fd1b6
commit 56869b48d0

View File

@@ -627,7 +627,7 @@ def set_content(content_type, silent=False, custom=False):
else: else:
seleccion = values.index('metadata.tvshows.themoviedb.org.python') seleccion = values.index('metadata.tvshows.themoviedb.org.python')
else: else:
seleccion = platformtools.dialog_select(config.get_localized_string(70094), scraper) seleccion = platformtools.dialog_select(config.get_localized_string(70094 if content_type == 'movie' else 70107), scraper)
# Configure scraper # Configure scraper
if seleccion != -1: if seleccion != -1: