it basically returns what the case is...
It almost does:
Code:
case "audio/mp3":
return "audio/mpeg";
case "image/jpeg":
case "image/pjpeg":
return "image/jpeg";
Auto merge between the DLNA branch and SR15 isn't going to work, I'll create a new branch and sort the merge conflicts out.