foundryvtt / foundryvtt

Public issue tracking and documentation for Foundry Virtual Tabletop - software connecting RPG gamers in a shared multiplayer environment with an intuitive interface and powerful API.
https://foundryvtt.com/
192 stars 10 forks source link

`MEDIA` and `HTML` of `CONST.FILE_CATEGORIES` are `Array<string>` instead of `Object<string, string>` #10814

Open dev7355608 opened 2 weeks ago

dev7355608 commented 2 weeks ago

image

MEDIA might not be possible to support in this type structure given that the same extension can be used by different MIME types. Related issue #10161.