Added .ogm as extension for Ogg videos
This commit is contained in:
parent
b29e2012d5
commit
7942ea85b5
|
@ -12,7 +12,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
Version string = "0.69.3"
|
||||
Version string = "0.69.4"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
|
@ -23,6 +23,7 @@ func RegisterVideoFormats() *SupportedFormat {
|
|||
},
|
||||
Extensions: []string{
|
||||
`.mp4`,
|
||||
`.ogm`,
|
||||
`.ogv`,
|
||||
`.webm`,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue