This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
pymeds
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
install mime-type for flv files..
[git-p4: depot-paths = "//depot/": change = 1668]
main
John-Mark Gurney
12 years ago
parent
ffa780b8d9
commit
84bd5bb0b0
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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',
Write
Preview
Loading…
Cancel
Save