[fix] a bug
This commit is contained in:
parent
56172f2bff
commit
210a5fe23d
@ -99,6 +99,9 @@ async def play_tg_file(c: Client, m: Message, replied: Message = None, link: str
|
||||
duration = convert_seconds(replied.voice.duration)
|
||||
except BaseException:
|
||||
pass
|
||||
# recheck
|
||||
if not thumbnail:
|
||||
thumbnail = f"{IMG_5}"
|
||||
|
||||
if chat_id in QUEUE:
|
||||
await suhu.edit("🔄 Queueing Track...")
|
||||
|
Loading…
Reference in New Issue
Block a user