Remove outdated list of options

This commit is contained in:
Pierre Rudloff 2018-01-06 17:46:49 +01:00
parent fa3de2b7b5
commit 9a7ab89286
1 changed files with 1 additions and 8 deletions

View File

@ -100,14 +100,7 @@ class Config
/**
* Config constructor.
*
* Available options:
* * youtubedl: youtube-dl binary path
* * python: Python binary path
* * avconv: avconv or ffmpeg binary path
* * params: Array of youtube-dl parameters
* * convert: Enable conversion?
*
* @param array $options Options
* @param array $options Options (see `config/config.example.yml` for available options)
*/
public function __construct(array $options)
{