From 863a3ee2310ce8b717108c0b0cf43aab51dda749 Mon Sep 17 00:00:00 2001 From: bergware Date: Fri, 9 Feb 2024 17:44:04 +0100 Subject: [PATCH] File manager: replace image icons by font-awesome icons --- emhttp/plugins/dynamix/include/Browse.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emhttp/plugins/dynamix/include/Browse.php b/emhttp/plugins/dynamix/include/Browse.php index 349abebd8..6b07b20e9 100644 --- a/emhttp/plugins/dynamix/include/Browse.php +++ b/emhttp/plugins/dynamix/include/Browse.php @@ -90,7 +90,7 @@ function icon_class($ext) { return 'fa fa-html5'; case 'xml': case 'xsl': return 'fa fa-file-excel-o'; - case 'wav': case 'mp3': case 'mp2': case 'm4a': case 'aac': case 'ogg': case 'oga': case 'wma': case 'mka': case 'flac': case 'ac3': case 'tds': + case 'wav': case 'mp3': case 'mp2': case 'm4a': case 'aac': case 'ogg': case 'oga': case 'wma': case 'mka': case 'flac': case 'ac3': case 'tds': case 'dsf': return 'fa fa-music'; case 'm3u': case 'm3u8': case 'pls': case 'cue': case 'xspf': return 'fa fa-headphones';