Add 'opus' to supported audio extensions
Add 'opus' to supported audio extensions
This commit is contained in:
@@ -16,7 +16,7 @@ class YtdlController extends Controller
|
|||||||
{
|
{
|
||||||
//@config OC\AppConfig
|
//@config OC\AppConfig
|
||||||
private $l10n;
|
private $l10n;
|
||||||
private $audio_extensions = array("mp3", "m4a", "vorbis");
|
private $audio_extensions = array("mp3", "m4a", "vorbis", "opus");
|
||||||
private $video_extensions = array("mp4", "webm", "mkv");
|
private $video_extensions = array("mp4", "webm", "mkv");
|
||||||
private $uid;
|
private $uid;
|
||||||
private $downloadDir;
|
private $downloadDir;
|
||||||
|
|||||||
Reference in New Issue
Block a user