mirror of
				https://github.com/filebrowser/filebrowser.git
				synced 2025-11-04 11:23:02 +00:00 
			
		
		
		
	feat: support mime type for epub extension (#3425)
This commit is contained in:
		
							parent
							
								
									043cdbf402
								
							
						
					
					
						commit
						f6f7e5fea3
					
				@ -597,6 +597,7 @@ var types = map[string]string{
 | 
				
			|||||||
	".m3u8":      "application/x-mpegURL",
 | 
						".m3u8":      "application/x-mpegURL",
 | 
				
			||||||
	".mpd":       "application/dash+xml",
 | 
						".mpd":       "application/dash+xml",
 | 
				
			||||||
	".webp":      "image/webp",
 | 
						".webp":      "image/webp",
 | 
				
			||||||
 | 
						".epub":      "application/epub+zip",
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
//nolint:gochecknoinits
 | 
					//nolint:gochecknoinits
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user