mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 20:51:30 +00:00
add icon for .ogg extension
This commit is contained in:
parent
225c601760
commit
ee3e619050
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user