Skip to content

Commit

Permalink
Merge pull request #279 from willharris/update-video-extensions
Browse files Browse the repository at this point in the history
Update video extensions for common HTML5 video types.
  • Loading branch information
sehmaschine committed Sep 7, 2015
2 parents febfad9 + 1df4df2 commit 27f3c77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions filebrowser/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
'Folder': [''],
'Image': ['.jpg', '.jpeg', '.gif', '.png', '.tif', '.tiff'],
'Document': ['.pdf', '.doc', '.rtf', '.txt', '.xls', '.csv', '.docx'],
'Video': ['.mov', '.wmv', '.mpeg', '.mpg', '.avi', '.rm'],
'Audio': ['.mp3', '.mp4', '.wav', '.aiff', '.midi', '.m4p']
'Video': ['.mov', '.mp4', '.m4v', '.webm', '.wmv', '.mpeg', '.mpg', '.avi', '.rm'],
'Audio': ['.mp3', '.wav', '.aiff', '.midi', '.m4p']
})
# Define different formats for allowed selections.
# This has to be a subset of EXTENSIONS.
Expand Down

0 comments on commit 27f3c77

Please sign in to comment.