This commit is contained in:
levina 2021-11-21 21:21:28 +07:00 committed by GitHub
parent b5d83fc188
commit ce71ebf5bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -348,7 +348,7 @@ async def stream(c: Client, m: Message):
veez = 1 veez = 1
if veez == 0: if veez == 0:
await suhu.edit(f"❌ yt-dl issues detected\n\n» `{ytlink}`") await suhu.edit(f"❌ yt-dl issues detected\n\n» `{livelink}`")
else: else:
if chat_id in QUEUE: if chat_id in QUEUE:
pos = add_to_queue(chat_id, "Radio", livelink, link, "Audio", 0) pos = add_to_queue(chat_id, "Radio", livelink, link, "Audio", 0)