Google Chrome allows an attribute 'controlsList', which allows you to
blacklist certain controls, like the download button. This change passes
the attribute through so that it can be used with ReactAudioPlayer.
https://googlechrome.github.io/samples/media/controlslist.html
Originally filed in #35, but I closed that one since React didn't support the attribute.
However, support was added in 15.6.2, so this should be good now.
Google Chrome allows an attribute 'controlsList', which allows you to blacklist certain controls, like the download button. This change passes the attribute through so that it can be used with ReactAudioPlayer. https://googlechrome.github.io/samples/media/controlslist.html
Originally filed in #35, but I closed that one since React didn't support the attribute. However, support was added in 15.6.2, so this should be good now.