mirror of https://github.com/perkeep/perkeep.git
internal/magic: add mkv as a known video extension
Change-Id: Ifb868a26e7f1f6a9a5603b9ffb791282a19a34b1
This commit is contained in:
parent
d7cbec361c
commit
7c03aef51f
|
@ -227,6 +227,7 @@ var VideoExtensions = map[string]bool{
|
|||
"m1v": true,
|
||||
"m2v": true,
|
||||
"m4v": true,
|
||||
"mkv": true,
|
||||
}
|
||||
|
||||
// HasExtension returns whether the file extension of filename is among
|
||||
|
|
Loading…
Reference in New Issue