summaryrefslogtreecommitdiff
path: root/app/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/config.go')
-rw-r--r--app/config.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/config.go b/app/config.go
index e06fde0..2b11688 100644
--- a/app/config.go
+++ b/app/config.go
@@ -32,7 +32,8 @@ type ServerConfig struct {
// ThumbnailerConfig settings for Transcoder
type ThumbnailerConfig struct {
- Timeout int `json:"timeout"`
+ Timeout int `json:"timeout"`
+ PositionFromStart int `json:"position_from_start"`
}
// Sizes a map of ffmpeg -s option to suffix. e.g: hd720 -> #720p