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 61ad72a commit a9b231eCopy full SHA for a9b231e
app/Actions/Import/Pipes/ImportPhotos.php
@@ -80,7 +80,7 @@ private function importImagesForNode(FolderNode $node): void
80
}
81
82
foreach ($image_paths as $idx => $image_path) {
83
- $this->importSingleImage($image_path, $node->album, $idx / $total * 100);
+ $this->importSingleImage($image_path, $node->album, intval($idx / $total * 100));
84
85
86
// Dispatch recompute jobs for the album after importing photos
0 commit comments