TypesettingTools / Myaamori-Aegisub-Scripts

Overengineering is my middle name.
MIT License
37 stars 7 forks source link

Font Validator: Fix loading mkv subtitles and fonts in some cases #15

Open Funami580 opened 3 years ago

Funami580 commented 3 years ago

In my case the mimetypes were of type 'str', but they needed to be of type 'bytes'. It’s kind of odd, since I would expect the same method to yield the same result on every occasion. Perhaps this should be investigated further (for example the type of the mimetype value on other operating systems)?

Linux 5.12 Python 3.9.5 (ebmlite 3.1.0)