Refactor for hotfix release

This commit is contained in:
Ben Sarmiento
2023-12-06 12:22:13 +01:00
parent d42dfd7224
commit 3a753f6f26
7 changed files with 574 additions and 575 deletions

View File

@@ -58,12 +58,6 @@ func getContentMimeType(filePath string) string {
return "audio/mpeg"
case ".rar":
return "application/x-rar-compressed"
case ".zip":
return "application/zip"
case ".7z":
return "application/x-7z-compressed"
case ".srt":
return "text/plain"
default:
return "application/octet-stream"
}