diff --git a/bot_s3rius/actions/video_converter.py b/bot_s3rius/actions/video_converter.py
index 1ca502099f9f6433d4b92a3e27cc946f45a3dbf2..65b7e8363f1f6a4cc3e75e5c38f442bdad3829dd 100644
--- a/bot_s3rius/actions/video_converter.py
+++ b/bot_s3rius/actions/video_converter.py
@@ -40,7 +40,6 @@ async def find_py_package(event: events.NewMessage.Event):
     await event.reply(
         f"Reduced {reduced_size}%.",
         file=converted_file,
-        supports_streaming=True,
     )
 
     video_path.unlink()