forked from serverkomplex/ShoutcastBridge
audio/mpeg
parent
c57da01fac
commit
a5e7805d0a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue