audio/mpeg

master
Icedream 2014-05-09 17:36:05 +02:00
parent c57da01fac
commit a5e7805d0a
1 changed files with 1 additions and 1 deletions

View File

@ -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