Correzione refuso in selezione scraper serie tv
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user