enclosures player: hide html5 audio element

This commit is contained in:
Andrew Dolgov 2013-02-27 18:30:33 +04:00
parent 0a7b15207e
commit cb0810962c
1 changed files with 1 additions and 1 deletions

View File

@ -2796,7 +2796,7 @@
$id = 'AUDIO-' . uniqid();
$entry .= "<audio id=\"$id\"\" controls>
$entry .= "<audio id=\"$id\"\" controls style='display : none'>
<source type=\"$ctype\" src=\"$url\"></source>
</audio>";