mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-24 21:07:17 +00:00
Allow the preview of '.oga' and '.ogg' files, resolves #227
This commit is contained in:
@@ -71,7 +71,7 @@ PREVIEW_FILEEXT = {
|
||||
MARKDOWN: ('markdown', 'md'),
|
||||
SF: ('seaf',),
|
||||
VIDEO: ('mp4', 'ogv', 'webm', 'flv', 'wmv'),
|
||||
AUDIO: ('mp3',),
|
||||
AUDIO: ('mp3', 'oga', 'ogg'),
|
||||
'3D': ('stl', 'obj'),
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user