diff --git a/src/sc_bridge/ShoutcastBridgeServer.cs b/src/sc_bridge/ShoutcastBridgeServer.cs index 536b759..d6cf6ef 100644 --- a/src/sc_bridge/ShoutcastBridgeServer.cs +++ b/src/sc_bridge/ShoutcastBridgeServer.cs @@ -200,7 +200,7 @@ namespace AFR.ShoutcastBridge throw new Exception(); _sourcelog.DebugFormat("[{0}] Detected MP3 codec", srs.ClientEndPoint); - icecast.ContentType = f.MimeType; + icecast.ContentType = "audio/mpeg"; File.Delete(testpath); } catch