Browse Source

install mime-type for flv files..

[git-p4: depot-paths = "//depot/": change = 1668]
main
John-Mark Gurney 12 years ago
parent
commit
84bd5bb0b0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      pymeds.py

+ 1
- 0
pymeds.py View File

@@ -116,6 +116,7 @@ def fixupmimetypes():
'.mkv': 'video/x-matroska',
'.mka': 'audio/x-matroska',

'.flv': 'video/x-flv',
#'.ts': 'video/mp2t',
'.ts': 'video/mpeg', # we may want this instead of mp2t
'.m2t': 'video/mpeg',


Loading…
Cancel
Save