forked from serverkomplex/ShoutcastBridge
audio/mpeg
parent
c57da01fac
commit
a5e7805d0a
|
@ -200,7 +200,7 @@ namespace AFR.ShoutcastBridge
|
||||||
throw new Exception();
|
throw new Exception();
|
||||||
|
|
||||||
_sourcelog.DebugFormat("[{0}] Detected MP3 codec", srs.ClientEndPoint);
|
_sourcelog.DebugFormat("[{0}] Detected MP3 codec", srs.ClientEndPoint);
|
||||||
icecast.ContentType = f.MimeType;
|
icecast.ContentType = "audio/mpeg";
|
||||||
File.Delete(testpath);
|
File.Delete(testpath);
|
||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
|
|
Loading…
Reference in New Issue