client: Stop showing mp4 files as undefined
This commit is contained in:
		
							parent
							
								
									cbf67587e2
								
							
						
					
					
						commit
						c8fe0fcdff
					
				@ -36,6 +36,7 @@
 | 
			
		||||
                    'image/jpeg': 'JPEG',
 | 
			
		||||
                    'image/png': 'PNG',
 | 
			
		||||
                    'video/webm': 'WEBM',
 | 
			
		||||
                    'video/mp4': 'MPEG-4',
 | 
			
		||||
                    'application/x-shockwave-flash': 'SWF',
 | 
			
		||||
                }[ctx.post.mimeType] +
 | 
			
		||||
                ' (' +
 | 
			
		||||
 | 
			
		||||
@ -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>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user