Skip to content

Commit

Permalink
The correct mime type for .flv files is video/x-flv
Browse files Browse the repository at this point in the history
  • Loading branch information
dreid committed Aug 16, 2011
1 parent 0a4f50a commit f49d0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mochiweb_mime.erl
Expand Up @@ -311,7 +311,7 @@ from_extension(".dl") ->
from_extension(".fli") -> from_extension(".fli") ->
"video/fli"; "video/fli";
from_extension(".flv") -> from_extension(".flv") ->
"video/flv"; "video/x-flv";
from_extension(".gl") -> from_extension(".gl") ->
"video/gl"; "video/gl";
from_extension(".mp4") -> from_extension(".mp4") ->
Expand Down

0 comments on commit f49d0b2

Please sign in to comment.