Merge pull request #24607 from CrystalP/rm-mimetype

[video] Fix playback of .rm files
This commit is contained in:
CrystalP 2024-01-30 14:58:14 -05:00 committed by GitHub
commit 744f08f2c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ const std::map<std::string, std::string> CMime::m_mimetypes = {
{"rexx", "text/x-script.rexx"},
{"rf", "image/vnd.rn-realflash"},
{"rgb", "image/x-rgb"},
{"rm", "audio/x-pn-realaudio"},
{"rm", "application/vnd.rn-realmedia"},
{"rmi", "audio/mid"},
{"rmm", "audio/x-pn-realaudio"},
{"rmp", "audio/x-pn-realaudio"},