We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97b1117 commit daf5f16Copy full SHA for daf5f16
lib/Command/RescanPhotos.php
@@ -85,7 +85,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
85
echo "Extracting coordinates from photo is performed in a BackgroundJob \n";
86
}
87
if ($userId === null) {
88
- $this->userManager->callForSeenUsers(function (IUser $user) use ($inBackground) {
+ $this->userManager->callForSeenUsers(function (IUser $user, string $pathToScan) use ($inBackground) {
89
$this->rescanUserPhotos($user->getUID(), $inBackground, $pathToScan);
90
});
91
} else {
0 commit comments