An attempt to obtain a functional version with the various fixes implemented so far.
This commit is contained in:
@@ -32,7 +32,7 @@ class YtdlController extends Controller
|
||||
parent::__construct($appName, $request);
|
||||
$this->appName = $appName;
|
||||
$this->uid = $UserId;
|
||||
$this->urlGenerator = \OC::$server->get(\OCP\IURLGenerator::class);
|
||||
$this->urlGenerator = \OC::$server->getURLGenerator();
|
||||
$this->l10n = $IL10N;
|
||||
$this->downloadDir = Helper::getDownloadDir();
|
||||
$this->dbconn = new DbHelper();
|
||||
|
||||
Reference in New Issue
Block a user