mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-04 03:27:09 -05:00 
			
		
		
		
	feat(server): add m4v format (#4135)
This commit is contained in:
		
							parent
							
								
									f1c98ac9e6
								
							
						
					
					
						commit
						dda735ec51
					
				@ -76,6 +76,7 @@ const video: Record<string, string[]> = {
 | 
			
		||||
  '.flv': ['video/x-flv'],
 | 
			
		||||
  '.insv': ['video/mp4'],
 | 
			
		||||
  '.m2ts': ['video/mp2t'],
 | 
			
		||||
  '.m4v': ['video/x-m4v'],
 | 
			
		||||
  '.mkv': ['video/x-matroska'],
 | 
			
		||||
  '.mov': ['video/quicktime'],
 | 
			
		||||
  '.mp4': ['video/mp4'],
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user