mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Make audio stream optional for preview generation (#1454)
This commit is contained in:
@@ -27,6 +27,8 @@ type GeneratorInfo struct {
|
||||
ExcludeEnd string
|
||||
|
||||
VideoFile ffmpeg.VideoFile
|
||||
|
||||
Audio bool // used for preview generation
|
||||
}
|
||||
|
||||
func newGeneratorInfo(videoFile ffmpeg.VideoFile) (*GeneratorInfo, error) {
|
||||
|
||||
Reference in New Issue
Block a user