From 1f3c9cdaf6e622300f67bde7a2454d7a551f84eb Mon Sep 17 00:00:00 2001 From: Patryk Mazur Date: Wed, 22 Apr 2026 20:47:37 +0200 Subject: [PATCH] Send cached V1.0.8 --- bot/utils/helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/utils/helpers.py b/bot/utils/helpers.py index 29780da..d26e445 100644 --- a/bot/utils/helpers.py +++ b/bot/utils/helpers.py @@ -40,7 +40,7 @@ def download_video(yt_url: str) -> dict: return { 'status': 'success', 'filename': os.path.join(DOWNLOADS, existing[0]), - 'title': {existing[0]}, + 'title': existing[0], 'cached': True, }