Skip to content

Commit

Permalink
Merge pull request mochi#57 from mochi/flv-mime-type
Browse files Browse the repository at this point in the history
The correct mime type for .flv files is video/x-flv
  • Loading branch information
etrepum committed Aug 16, 2011
2 parents 0a4f50a + f49d0b2 commit cfc3af6
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") ->
"video/fli";
from_extension(".flv") ->
"video/flv";
"video/x-flv";
from_extension(".gl") ->
"video/gl";
from_extension(".mp4") ->
Expand Down

0 comments on commit cfc3af6

Please sign in to comment.