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