revert
This commit is contained in:
parent
90b181c5a9
commit
65c9506037
@ -200,7 +200,6 @@ async def play(c: Client, m: Message):
|
|||||||
chat_id,
|
chat_id,
|
||||||
AudioPiped(
|
AudioPiped(
|
||||||
ytlink,
|
ytlink,
|
||||||
HighQualityAudio(),
|
|
||||||
),
|
),
|
||||||
stream_type=StreamType().local_stream,
|
stream_type=StreamType().local_stream,
|
||||||
)
|
)
|
||||||
@ -260,7 +259,6 @@ async def play(c: Client, m: Message):
|
|||||||
chat_id,
|
chat_id,
|
||||||
AudioPiped(
|
AudioPiped(
|
||||||
ytlink,
|
ytlink,
|
||||||
HighQualityAudio(),
|
|
||||||
),
|
),
|
||||||
stream_type=StreamType().local_stream,
|
stream_type=StreamType().local_stream,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user