[check] some changes
This commit is contained in:
parent
50a61e7c4a
commit
044830f2a4
@ -51,7 +51,7 @@ async def skip_current_song(chat_id):
|
|||||||
link = chat_queue[1][2]
|
link = chat_queue[1][2]
|
||||||
type = chat_queue[1][3]
|
type = chat_queue[1][3]
|
||||||
Q = chat_queue[1][4]
|
Q = chat_queue[1][4]
|
||||||
if type == "Audio":
|
if type == "music":
|
||||||
await calls.change_stream(
|
await calls.change_stream(
|
||||||
chat_id,
|
chat_id,
|
||||||
AudioPiped(
|
AudioPiped(
|
||||||
@ -59,7 +59,7 @@ async def skip_current_song(chat_id):
|
|||||||
HighQualityAudio(),
|
HighQualityAudio(),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
elif type == "Video":
|
elif type == "video":
|
||||||
if Q == 720:
|
if Q == 720:
|
||||||
hm = HighQualityVideo()
|
hm = HighQualityVideo()
|
||||||
elif Q == 480:
|
elif Q == 480:
|
||||||
|
Loading…
Reference in New Issue
Block a user