Remove CONVERT option on Heroku as ffmpeg will not be available

This commit is contained in:
Pierre Rudloff 2020-06-22 23:33:39 +02:00
parent 0d5e97d37c
commit eb9d64d746
1 changed files with 0 additions and 4 deletions

View File

@ -19,10 +19,6 @@
}
],
"env": {
"CONVERT": {
"description": "Enable audio conversion",
"value": "true"
},
"PYTHON": {
"description": "Path to python binary",
"value": "/app/.heroku/python/bin/python"