serve wma natively to soundbridge over daap

This commit is contained in:
Ron Pedde 2006-06-17 05:36:03 +00:00
parent fcae68c3a5
commit 28a0125a32

View File

@ -591,7 +591,7 @@ int plugin_ssc_should_transcode(WS_CONNINFO *pwsc, char *codec) {
if(strncmp(user_agent,"iTunes",6)==0) {
native_codecs = "mpeg,mp4a,wav,mp4v,alac";
} else if(strncmp(user_agent,"Roku",4)==0) {
native_codecs = "mpeg,mp4a,wav";
native_codecs = "mpeg,mp4a,wav,wma";
}
}
}