Hi All,
Would you add "m4v" and "m4a" into the extension condition:
const VIDEO_EXTENSIONS = /.(mp4|og[gv]|webm|mov)($|\?)/i
const AUDIO_EXTENSIONS = /.(mp3|wav)($|\?)/i
Which in file:
src/players/FilePlayer.js
Because I assign src *.m4a and *.m4v, the
Thanks a lots.
Regards
Kevin.Chien
Fixed in 0.7.2
Most helpful comment
Fixed in
0.7.2