e-alfred/ocdownloader

Add support for NC 18

bekon16 opened this issue · 2 comments

Hi,

Is this version compatible with NC18?
https://apps.nextcloud.com/apps/ocdownloader - the last one here is only 17.

Cant upgrade without ocDownloader :)

This line of code currently breaks ocDownloader on Nextcloud 18:

$scanner = new \OC\Files\Utils\Scanner($user, \OC::$server->getDatabaseConnection(), \OC::$server->getLogger());

Fixed by @mamartel, I will publish a new release soon.