This commit is contained in:
levina 2021-11-01 11:21:29 +07:00 committed by GitHub
parent 5c9fba78b8
commit 737bb72293
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,7 +94,7 @@ async def vplay(client, m: Message):
songname = replied.video.file_name[:70] songname = replied.video.file_name[:70]
elif replied.document: elif replied.document:
songname = replied.document.file_name[:70] songname = replied.document.file_name[:70]
except: except BaseException:
songname = "Video" songname = "Video"
if chat_id in QUEUE: if chat_id in QUEUE: