mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-26 17:46:26 +03:00
a5e262fecd
The ManifestParser.isSupported() method now performs case-insensitive MIME type matching by converting input to lowercase before checking against registered parsers. This ensures consistent behavior regardless of how the MIME type is capitalized. Fixes: #9415 --------- Co-authored-by: Álvaro Velad Galván <ladvan91@hotmail.com>