From 27836fe26d0a1a69fb273a5a1a0372fc62c3b3ee Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Tue, 29 Jul 2014 20:07:19 +0200 Subject: mp3: added mpga to extension list --- plugins/mpgmad/mpgmad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/mpgmad/mpgmad.c b/plugins/mpgmad/mpgmad.c index e2c3e9bc..1f78a0a8 100644 --- a/plugins/mpgmad/mpgmad.c +++ b/plugins/mpgmad/mpgmad.c @@ -1441,7 +1441,7 @@ cmp3_write_metadata (DB_playItem_t *it) { } static const char *exts[] = { - "mp1", "mp2", "mp3", NULL + "mp1", "mp2", "mp3", "mpga", NULL }; static const char settings_dlg[] = -- cgit v1.2.3