fix linter errror

use correct videopath on reindex after upload
This commit is contained in:
2021-09-23 19:45:58 +02:00
parent a92ce73806
commit afaad81849
4 changed files with 13 additions and 8 deletions

View File

@ -54,7 +54,6 @@ func addUploadHandler() {
if err == io.EOF {
fmt.Printf("Finished uploading file %s\n", part.FileName())
videoparser.InitDeps(&mSettings)
videoparser.ProcessVideo(part.FileName())
break