Update README.md

This commit is contained in:
2025-01-04 02:31:36 +03:00
parent f73d612666
commit 62ca9f2378
2 changed files with 15 additions and 10 deletions

View File

@@ -268,6 +268,7 @@ func (o *Organizer) BuildTargetPath(sourcePath string, meta metadata.Metadata) (
o.targetDir,
strconv.Itoa(meta.Created.Year()),
strconv.Itoa(int(meta.Created.Month())),
strconv.Itoa(meta.Created.Day()),
sourcePath,
)