mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-16 23:29:49 +00:00
Added support for previewing Video and mp3 files.
This commit is contained in:
@@ -45,6 +45,8 @@ PREVIEW_FILEEXT = {
|
||||
'PDF': ('pdf',),
|
||||
'Markdown': ('markdown', 'md'),
|
||||
'Sf': ('seaf',),
|
||||
'Video': ('mp4', 'ogv', 'webm', 'flv'),
|
||||
'Audio': ('mp3',),
|
||||
}
|
||||
|
||||
def gen_fileext_type_map():
|
||||
|
Reference in New Issue
Block a user