none
This commit is contained in:
parent
871b3bb22d
commit
9154d7d97f
@ -113,6 +113,7 @@ async def play_tg_file(c: Client, m: Message, replied: Message = None, link: str
|
||||
duration = convert_seconds(replied.video.duration)
|
||||
elif replied.document:
|
||||
songname = replied.document.file_name[:80]
|
||||
duration = convert_seconds(replied.document.duration)
|
||||
except BaseException:
|
||||
songname = "Video"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user