From 1023462ff6198725ec5ef4c381be429da4727630 Mon Sep 17 00:00:00 2001 From: Riebot <86209111+Riebot@users.noreply.github.com> Date: Mon, 26 Jul 2021 22:41:20 +0700 Subject: [PATCH] Update play.py --- handlers/play.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/play.py b/handlers/play.py index 01522027..3f52c82a 100644 --- a/handlers/play.py +++ b/handlers/play.py @@ -143,7 +143,7 @@ async def play(_, message: Message): file_name = get_file_name(audio) title = file_name - thumb_name = "https://telegra.ph/file/caeb50039026a746e7252.jpg" + thumb_name = "https://telegra.ph/file/61b3ae41dcf1dabe781be.png" thumbnail = thumb_name duration = round(audio.duration / 60) views = "Locally added"