mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
typos
This commit is contained in:
@@ -105,9 +105,9 @@ func MimeTypeByPath(filePath string) (ret mimeType, err error) {
|
|||||||
// TODO: make this client headers / profile map
|
// TODO: make this client headers / profile map
|
||||||
if ret == "video/mp2t" {
|
if ret == "video/mp2t" {
|
||||||
ret = "video/mpeg"
|
ret = "video/mpeg"
|
||||||
else if ret == "video/x-matroska" {
|
} else if ret == "video/x-matroska" {
|
||||||
ret = "video/mpeg"
|
ret = "video/mpeg"
|
||||||
else if ret == "video/x-msvideo" {
|
} else if ret == "video/x-msvideo" {
|
||||||
ret = "video/avi"
|
ret = "video/avi"
|
||||||
} else if ret == "" {
|
} else if ret == "" {
|
||||||
ret = "application/octet-stream"
|
ret = "application/octet-stream"
|
||||||
|
|||||||
Reference in New Issue
Block a user