Provide config toggle to set 'audio' conversion on as default (#310)
* Provide config toggle to set 'audio' conversion on as default * Fix git cherry pick mistake * Update templates/index.tpl Co-authored-by: Pierre Rudloff <contact@rudloff.pro> * Add default audio config option to config.example Co-authored-by: Pierre Rudloff <contact@rudloff.pro>
This commit is contained in:
parent
f9aab3c404
commit
2e8350ce1a
4 changed files with 12 additions and 1 deletions
|
@ -140,6 +140,13 @@ class Config
|
|||
*/
|
||||
public $debug = false;
|
||||
|
||||
/**
|
||||
* Default to audio.
|
||||
*
|
||||
* @var bool
|
||||
*/
|
||||
public $defaultAudio = false;
|
||||
|
||||
/**
|
||||
* Config constructor.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue