From c8d6f2d506b1abd743b0ade7d252d8773bd7f16e Mon Sep 17 00:00:00 2001
From: Deluan <deluan@deluan.com>
Date: Thu, 6 Feb 2020 08:48:02 -0500
Subject: [PATCH] feat: add m4b to mime-type list. fix #62

---
 consts/mime_types.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/consts/mime_types.go b/consts/mime_types.go
index f0c2d37d4..4566bd5e2 100644
--- a/consts/mime_types.go
+++ b/consts/mime_types.go
@@ -11,6 +11,7 @@ func init() {
 		".ogx":  "application/ogg",
 		".aac":  "audio/mp4",
 		".m4a":  "audio/mp4",
+		".m4b":  "audio/mp4",
 		".flac": "audio/flac",
 		".wav":  "audio/x-wav",
 		".wma":  "audio/x-ms-wma",