watchFolder #8

Merged
Joren merged 4 commits from watchFolder into main 2024-10-06 22:45:53 +02:00
Showing only changes of commit f1015ab62e - Show all commits

View File

@ -81,5 +81,5 @@ func processWatchedFile(filePath string) {
return return
} }
go processItems(tempFile.Name(), items) go processItems(filepath.Base(tempFile.Name()), items)
} }