Fix Ricerca per Attori

This commit is contained in:
Alhaziel01
2021-09-22 09:00:35 +02:00
parent c48ea215b0
commit f5ff18ecd0

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)