Spostamento videoteca (rivisto)

This commit is contained in:
axlt2002
2020-03-24 12:41:37 +01:00
parent cf78aa4a04
commit 4172933d7f
7 changed files with 119 additions and 30 deletions
+1 -1
View File
@@ -777,7 +777,7 @@ def set_content(content_type, silent=False):
if not continuar:
heading = config.get_localized_string(70102) % content_type
elif content_type == 'SERIES' and not xbmc.getCondVisibility(
elif content_type == 'tvshow' and not xbmc.getCondVisibility(
'System.HasAddon(metadata.tvshows.themoviedb.org)'):
heading = config.get_localized_string(70103) % content_type
msg_text = config.get_localized_string(60058)