From ee3e619050cb907fee208d0cb7ee6b4940aaed6c Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Fri, 26 Mar 2021 07:47:30 +0100 Subject: [PATCH] add icon for .ogg extension --- views/bootstrap/class.Bootstrap.php | 1 + 1 file changed, 1 insertion(+) diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index e289677cd..5cb3e5a4b 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -1041,6 +1041,7 @@ background-image: linear-gradient(to bottom, #882222, #111111);; $icons["wav"] = "audio.svg"; $icons["mp3"] = "audio.svg"; $icons["m4a"] = "audio.svg"; + $icons["ogg"] = "audio.svg"; $icons["opus"] = "audio.svg"; $icons["c"] = "text-x-preview.svg"; $icons["cpp"] = "text-x-preview.svg";