BinaryONe
commited on
Commit
·
946dc05
1
Parent(s):
cf4f17d
Callback Update
Browse files
FileStream/bot/plugins/FileHandlers/callback.py
CHANGED
@@ -135,7 +135,7 @@ async def cb_data(bot: Client, update: CallbackQuery):
|
|
135 |
"privacy_type": "PUBLIC",
|
136 |
"user_id": user_id,
|
137 |
"user_type": "TELEGRAM",
|
138 |
-
"IMDB_id":
|
139 |
"poster": res['poster'],
|
140 |
"title": res['name'],
|
141 |
"type": res['type'],
|
|
|
135 |
"privacy_type": "PUBLIC",
|
136 |
"user_id": user_id,
|
137 |
"user_type": "TELEGRAM",
|
138 |
+
"IMDB_id": get_imdb_id['results'][0]['id'],
|
139 |
"poster": res['poster'],
|
140 |
"title": res['name'],
|
141 |
"type": res['type'],
|