Add image/jpeg and image/png to the list of supported content types

This commit is contained in:
Marco Castelluccio 2014-11-17 13:05:16 +01:00
Родитель 4278b460a3
Коммит f5227bee42
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -12,16 +12,22 @@ Media.ContentTypes = {
file: [
"audio/x-wav",
"audio/mpeg",
"image/jpeg",
"image/png",
],
http: [
"audio/x-wav",
"audio/mpeg",
"image/jpeg",
"image/png",
],
https: [
"audio/x-wav",
"audio/mpeg",
"image/jpeg",
"image/png",
],
rtp: [],