From a5e7805d0a104ee3f98f2d69e45f0b469656d4b3 Mon Sep 17 00:00:00 2001 From: icedream Date: Fri, 9 May 2014 17:36:05 +0200 Subject: [PATCH] audio/mpeg --- src/sc_bridge/ShoutcastBridgeServer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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