ass2mks: Add default mime type
This commit is contained in:
parent
5497f01009
commit
712baf2b4f
|
@ -107,7 +107,7 @@ for font in fonts:
|
|||
command.extend(
|
||||
[
|
||||
"--attachment-mime-type",
|
||||
mimetypes.guess_type(font["path"])[0],
|
||||
mimetypes.guess_type(font["path"])[0] or "font/sfnt",
|
||||
"--attach-file",
|
||||
font["path"],
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue