This commit is contained in:
yasir 2023-01-10 13:15:02 +07:00
parent 072e84adcc
commit cf255eaafb

View file

@ -134,7 +134,7 @@ async def imdb_search_en(kueri, message):
msg += f"{num}. {title} {year} - {type}\n" msg += f"{num}. {title} {year} - {type}\n"
BTN.append( BTN.append(
InlineKeyboardButton( InlineKeyboardButton(
text=num, callback_data=f"imdbres_id#{message.from_user.id}#{movieID}" text=num, callback_data=f"imdbres_en#{message.from_user.id}#{movieID}"
) )
) )
BTN.append(InlineKeyboardButton(text="🚩 Language", callback_data=f"imdbset#{message.from_user.id}")) BTN.append(InlineKeyboardButton(text="🚩 Language", callback_data=f"imdbset#{message.from_user.id}"))