Fix Bitrate type mismatch
This commit is contained in:
@@ -15,7 +15,7 @@ import (
|
||||
|
||||
type Profile struct {
|
||||
Format string
|
||||
Bitrate string
|
||||
Bitrate int
|
||||
ffmpegOptions []string
|
||||
forceRG bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user