summaryrefslogtreecommitdiff
path: root/cmp3.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-08-14 22:59:56 +0200
committerGravatar waker <wakeroid@gmail.com>2009-08-14 22:59:56 +0200
commita552731de646e489c39fbd916b352909d78525af (patch)
tree75005aee0125b634c56b9f646df044b46131d2fd /cmp3.c
parent8e2e21ad220d631fe3363ad81dd098ae346e1a42 (diff)
added mp1 to list of supported extensions
Diffstat (limited to 'cmp3.c')
-rw-r--r--cmp3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmp3.c b/cmp3.c
index 3f59a3dc..fd7f5238 100644
--- a/cmp3.c
+++ b/cmp3.c
@@ -1577,7 +1577,7 @@ cmp3_insert (playItem_t *after, const char *fname) {
static const char * exts[]=
{
- "mp2","mp3",NULL
+ "mp1", "mp2","mp3",NULL
};
const char **cmp3_getexts (void) {