add icon for .ogg extension

This commit is contained in:
Uwe Steinmann 2021-03-26 07:47:30 +01:00
parent 225c601760
commit ee3e619050

View File

@ -1041,6 +1041,7 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
$icons["wav"] = "audio.svg"; $icons["wav"] = "audio.svg";
$icons["mp3"] = "audio.svg"; $icons["mp3"] = "audio.svg";
$icons["m4a"] = "audio.svg"; $icons["m4a"] = "audio.svg";
$icons["ogg"] = "audio.svg";
$icons["opus"] = "audio.svg"; $icons["opus"] = "audio.svg";
$icons["c"] = "text-x-preview.svg"; $icons["c"] = "text-x-preview.svg";
$icons["cpp"] = "text-x-preview.svg"; $icons["cpp"] = "text-x-preview.svg";