something

This commit is contained in:
levina 2021-11-26 08:39:52 +07:00 committed by GitHub
parent 4dd30df390
commit e2d4b4df8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -197,7 +197,7 @@ async def play(c: Client, m: Message):
AudioPiped(
ytlink,
),
stream_type=StreamType().pulse_stream,
stream_type=StreamType().local_stream,
)
add_to_queue(chat_id, songname, ytlink, url, "Audio", 0)
await suhu.delete()
@ -248,7 +248,7 @@ async def play(c: Client, m: Message):
AudioPiped(
ytlink,
),
stream_type=StreamType().pulse_stream,
stream_type=StreamType().local_stream,
)
add_to_queue(chat_id, songname, ytlink, url, "Audio", 0)
await suhu.delete()