Change watched file name

This commit is contained in:
Joren 2024-10-06 00:14:46 +02:00
parent acf172933d
commit f1015ab62e
Signed by: Joren
GPG Key ID: 280E33DFBC0F1B55

View File

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