Send cached V1.0.8

This commit is contained in:
Patryk Mazur
2026-04-22 20:47:37 +02:00
parent 0a9a7da8d4
commit 1f3c9cdaf6
+1 -1
View File
@@ -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,
}