Skip to content

Commit

Permalink
Update controls.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulps1000 authored and subinps committed Sep 24, 2021
1 parent bac6269 commit 1902203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/controls.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ async def show_player(client, m: Message):
)
else:
if Config.msg.get('player') is not None:
await Config.msg['playlist'].delete()
await Config.msg['player'].delete()
Config.msg['player'] = await m.reply_text(
title,
disable_web_page_preview=True,
Expand Down Expand Up @@ -188,4 +188,4 @@ async def seek_playout(client, m: Message):
title=f"<b>Streaming Startup [stream]({Config.STREAM_URL})</b>"
await m.reply(f"🎸{title}", reply_markup=await get_buttons(), disable_web_page_preview=True)
else:
await m.reply('No time specified')
await m.reply('No time specified')

0 comments on commit 1902203

Please sign in to comment.