fantasycalendar / FoundryVTT-Sequencer

This module implements a basic pipeline that can be used for managing the flow of a set of functions, effects, sounds, and macros.
Other
41 stars 19 forks source link

Incorrect format in _validTypes for SequencerFileCache #166

Closed YakFromStateFarm closed 1 year ago

YakFromStateFarm commented 1 year ago

Small issue with the way one of the types is written. It is video/webm-x, but should be video/x-webm. Thats all. This is in Sequencer, more specifically SequencerFileCache where you have the variable _validTypes set up