diff options
author | Alexey Yakovenko <waker@users.sourceforge.net> | 2014-07-29 20:07:19 +0200 |
---|---|---|
committer | Alexey Yakovenko <waker@users.sourceforge.net> | 2014-07-29 20:07:19 +0200 |
commit | 27836fe26d0a1a69fb273a5a1a0372fc62c3b3ee (patch) | |
tree | 5e4085fb87501aad7202ff02193dab8a68870ae7 /plugins | |
parent | 796c80dd7311f7db3c4c097c11357c0dd17200d9 (diff) |
mp3: added mpga to extension list
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mpgmad/mpgmad.c | 2 |
1 files changed, 1 insertions, 1 deletions
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[] = |