refactor: Move app name to a config variable

See #205
This commit is contained in:
Pierre Rudloff 2019-01-06 16:59:16 +01:00
parent 5b7b101a8a
commit c6cf05f8ec
6 changed files with 16 additions and 5 deletions

View file

@ -112,6 +112,13 @@ class Config
*/
public $avconvVerbosity = 'error';
/**
* App name
*
* @var string
*/
public $appName = 'AllTube Download';
/**
* YAML config file path.
*