From 94b2320a63cb6731178fd0b81e27498eff806033 Mon Sep 17 00:00:00 2001 From: ghost Date: Thu, 4 Dec 2008 13:10:46 +0100 Subject: add m4a as audio extension --- lib/python/Components/FileList.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/python/Components') diff --git a/lib/python/Components/FileList.py b/lib/python/Components/FileList.py index 231fde2f..a93d4441 100644 --- a/lib/python/Components/FileList.py +++ b/lib/python/Components/FileList.py @@ -10,6 +10,7 @@ from enigma import RT_HALIGN_LEFT, eListboxPythonMultiContent, \ from Tools.LoadPixmap import LoadPixmap EXTENSIONS = { + "m4a": "music", "mp2": "music", "mp3": "music", "wav": "music", -- cgit v1.2.3