none
This commit is contained in:
parent
6618051986
commit
d5d4a1ad1b
@ -113,7 +113,6 @@ 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