diff options
| author | Shyam Sunder <sgsunder1@gmail.com> | 2018-09-12 15:57:22 -0400 |
|---|---|---|
| committer | Marcin Kurczewski <rr-@sakuya.pl> | 2018-09-13 07:33:48 +0200 |
| commit | c8fe0fcdff0ba0c84183da2b07a5e02b1af0cc69 (patch) | |
| tree | e9f6e3cdf918e7e308e03b08c11a2b5576740452 /client/html/post_readonly_sidebar.tpl | |
| parent | cbf67587e29565a4783a49c506f23b2e5cfe49d0 (diff) | |
client: Stop showing mp4 files as undefined
Diffstat (limited to 'client/html/post_readonly_sidebar.tpl')
| -rw-r--r-- | client/html/post_readonly_sidebar.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/html/post_readonly_sidebar.tpl b/client/html/post_readonly_sidebar.tpl index 1209cf1..54208ef 100644 --- a/client/html/post_readonly_sidebar.tpl +++ b/client/html/post_readonly_sidebar.tpl @@ -9,6 +9,7 @@ 'image/jpeg': 'JPEG', 'image/png': 'PNG', 'video/webm': 'WEBM', + 'video/mp4': 'MPEG-4', 'application/x-shockwave-flash': 'SWF', }[ctx.post.mimeType] %> </a> |