Skip to content

Commit c0e2ebf

Browse files
committed
fix: correct icloudMetadataExt constant
1 parent 890a912 commit c0e2ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adapters/folder/readFolder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import (
3030
"github.com/simulot/immich-go/internal/worker"
3131
)
3232

33-
const icloudMetadataExt = ".csv'"
33+
const icloudMetadataExt = ".csv"
3434

3535
type LocalAssetBrowser struct {
3636
fsyss []fs.FS

0 commit comments

Comments
 (0)