KoD 1.7.7

- fix di routine ai canali/server\n\n
This commit is contained in:
marco
2023-06-30 19:39:03 +02:00
parent c3e02636fb
commit d29efd4ec2
68 changed files with 1784 additions and 543 deletions

View File

@@ -617,7 +617,10 @@ def set_content(content_type, silent=False, custom=False):
values.append(r['addonid'])
if not custom:
if content_type == 'movie':
seleccion = values.index('metadata.themoviedb.org')
if PY3:
seleccion = values.index('metadata.themoviedb.org.python')
else:
seleccion = values.index('metadata.themoviedb.org')
else:
seleccion = values.index('metadata.tvshows.themoviedb.org.python')
else: