checkHost -> part1

This commit is contained in:
mac12m99
2019-05-31 21:35:33 +02:00
parent 3c49a1132f
commit 48f2d335e3
2 changed files with 19 additions and 3 deletions
+2 -1
View File
@@ -140,7 +140,7 @@ def pelicuals_tv(item):
contentLanguage='Sub-ITA',
infoLabels=infoLabels,
folder=True))
support.checkHost(item, itemlist)
tmdb.set_infoLabels_itemlist(itemlist, seekTmdb=True)
# Paginazione
@@ -237,6 +237,7 @@ def lista_serie(item):
folder=True))
# ii += 1
support.checkHost(item, itemlist)
tmdb.set_infoLabels_itemlist(itemlist, seekTmdb=True)
if len(series) >= p * PERPAGE: