Fix Ricerca per Attori

This commit is contained in:
Alhaziel01
2021-09-22 09:00:35 +02:00
parent f78ab57f5b
commit 72300864c7

View File

@@ -622,6 +622,7 @@ def discovery(item, dict_=False, cast=False):
if dict_:
if item.page:
item.discovery={}
item.discovery['page'] = item.page
listado = Tmdb(discover = dict_, cast=cast)