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"