mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-06-02 07:22:57 +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",
|
||||
".mpd": "application/dash+xml",
|
||||
".webp": "image/webp",
|
||||
".epub": "application/epub+zip",
|
||||
}
|
||||
|
||||
//nolint:gochecknoinits
|
||||
|
Loading…
x
Reference in New Issue
Block a user