Skip to content

Commit

Permalink
fixed: let the upnp server report mp4 as supported audio format (closes
Browse files Browse the repository at this point in the history
  • Loading branch information
mkortstiege committed Feb 28, 2011
1 parent ccfc072 commit 7849fbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/network/UPnP.cpp
Expand Up @@ -1453,6 +1453,7 @@ CUPnPRenderer::SetupServices(PLT_DeviceData& data)
",http-get:*:audio/mpeg:*"
",http-get:*:audio/mpeg3:*"
",http-get:*:audio/mp3:*"
",http-get:*:audio/mp4:*"
",http-get:*:audio/basic:*"
",http-get:*:audio/midi:*"
",http-get:*:audio/ulaw:*"
Expand Down

0 comments on commit 7849fbb

Please sign in to comment.