fix: STREAM is not required on Heroku
This commit is contained in:
parent
fb90545d92
commit
c5f3d8d1a1
1 changed files with 2 additions and 1 deletions
3
app.json
3
app.json
|
@ -35,7 +35,8 @@
|
|||
},
|
||||
"STREAM": {
|
||||
"description": "Enable stream mode",
|
||||
"value": "false"
|
||||
"value": "false",
|
||||
"required": false
|
||||
}
|
||||
},
|
||||
"website": "https://alltubedownload.net/"
|
||||
|
|
Loading…
Reference in a new issue