diff options
author | MaZderMind | 2016-12-22 20:25:18 +0100 |
---|---|---|
committer | MaZderMind | 2016-12-22 20:25:18 +0100 |
commit | efdae0713ec5890aab5358747ffc304d97ab058b (patch) | |
tree | d3121ecda9cf76e386bafc5a4efb40621db715b2 /template/assemblies/player/music.phtml | |
parent | b45a2c9de7fe4b282274c979baad2df5333fbcf9 (diff) |
limit the mediaelement-js ui to the existing players
Diffstat (limited to '')
-rw-r--r-- | template/assemblies/player/music.phtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/assemblies/player/music.phtml b/template/assemblies/player/music.phtml index b1c804a..c5090a5 100644 --- a/template/assemblies/player/music.phtml +++ b/template/assemblies/player/music.phtml @@ -2,6 +2,7 @@ autoplay="autoplay" preload="auto" style="width: 230px;" + class="mejs" > <source src="<?=h($stream->getMusicUrl('mp3'))?>" |