summaryrefslogtreecommitdiff
path: root/app/app.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/app.go')
-rw-r--r--app/app.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/app.go b/app/app.go
index a431a1e..aed83c6 100644
--- a/app/app.go
+++ b/app/app.go
@@ -302,7 +302,7 @@ func (a *App) uploadHandler(w http.ResponseWriter, r *http.Request) {
"-i", uf.Name(),
"-y",
"-vf", "thumbnail",
- "-t", "3",
+ "-t", fmt.Sprint(a.Config.Thumbnailer.PositionFromStart),
"-vframes", "1",
"-strict", "-2",
"-loglevel", "quiet",