set video icon for .mkv files

This commit is contained in:
Uwe Steinmann 2019-12-10 06:20:11 +01:00
parent 6d604d2d60
commit 583ce13bfc

View File

@ -984,6 +984,7 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
$icons["mpg"] = "video.svg";
$icons["avi"] = "video.svg";
$icons["webm"] = "video.svg";
$icons["mkv"] = "video.svg";
$icons["ods"] = "office-spreadsheet.svg";
$icons["ots"] = "office-spreadsheet.svg";
$icons["sxc"] = "office-spreadsheet.svg";