summaryrefslogtreecommitdiff
path: root/streamer.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2013-07-06 16:46:43 +0200
committerGravatar waker <wakeroid@gmail.com>2013-07-06 16:46:43 +0200
commit362c82591f489696d804bad3cab37e5a3184d4da (patch)
tree031d39700ab545d0fc90af03e8bb612fffa7ef50 /streamer.c
parentfc455eb3842de79f638a3982eb30e1728ac1f736 (diff)
mms radio now works using the new wma plugin
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 05706984..945e9c89 100644
--- a/streamer.c
+++ b/streamer.c
@@ -778,7 +778,7 @@ streamer_set_current (playItem_t *it) {
plug = "aac";
}
else if (!strcmp (cct, "audio/wma")) {
- plug = "ffmpeg";
+ plug = "wma";
}
else if (!strcmp (cct, "audio/x-mpegurl") || !strncmp (cct, "text/html", 9) || !strncmp (cct, "audio/x-scpls", 13) || !strncmp (cct, "application/octet-stream", 9)) {
// download playlist into temp file