From c5f3d8d1a1ee124e85e0e446ef0b1196b4ebe1a5 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Fri, 6 Jul 2018 10:39:58 +0200 Subject: [PATCH] fix: STREAM is not required on Heroku --- app.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.json b/app.json index bf59617..9aaf88c 100644 --- a/app.json +++ b/app.json @@ -35,7 +35,8 @@ }, "STREAM": { "description": "Enable stream mode", - "value": "false" + "value": "false", + "required": false } }, "website": "https://alltubedownload.net/"