summaryrefslogtreecommitdiff
path: root/streamer.c
diff options
context:
space:
mode:
Diffstat (limited to 'streamer.c')
-rw-r--r--streamer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/streamer.c b/streamer.c
index d923cb41..05706984 100644
--- a/streamer.c
+++ b/streamer.c
@@ -765,7 +765,7 @@ streamer_set_current (playItem_t *it) {
if (sc) {
*sc = 0;
}
- if (!strcmp (cct, "audio/mpeg")) {
+ if (!strcmp (cct, "audio/mpeg") || !strcmp (cct, "audio/x-mpeg")) {
plug = "stdmpg";
}
else if (!strcmp (cct, "application/ogg") || !strcmp (cct, "audio/ogg")) {