Commit f09a17aa authored by Jessica Schilling's avatar Jessica Schilling

Added .mkv format to knownIcons and test

parent 3cf460a7
......@@ -32,6 +32,7 @@
.mp3
.mp4
.mpg
.mkv
.odf
.ods
.odt
......
......@@ -41,6 +41,10 @@ var testData = listingTemplateData{
Size: "25 MiB",
Name: "short-film.mov",
Path: "short-film.mov",
}, {
Size: "25 MiB",
Name: "short-film.mkv",
Path: "short-film.mkv",
}, {
Size: "25 MiB",
Name: "short-film.mp4",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment