aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorMaZderMind2014-12-12 01:02:29 +0100
committerMaZderMind2014-12-12 14:34:22 +0100
commit44a4852e34e42577005ddf70238090e31b594e85 (patch)
tree5dddd4ca1aa254849a915b55ea32260bbed07e27 /template
parentebc241f23de5af08d55a826646102b0afb0e54d3 (diff)
no ogg stream
Diffstat (limited to 'template')
-rw-r--r--template/assemblies/player/audio.phtml4
1 files changed, 0 insertions, 4 deletions
diff --git a/template/assemblies/player/audio.phtml b/template/assemblies/player/audio.phtml
index 3c46085..6c5593c 100644
--- a/template/assemblies/player/audio.phtml
+++ b/template/assemblies/player/audio.phtml
@@ -8,10 +8,6 @@
type="audio/mp3"
/>
<source
- src="<?=h(link_stream('audio', $room, 'ogg', @$translated))?>"
- type="audio/ogg"
- />
- <source
src="<?=h(link_stream('audio', $room, 'opus', @$translated))?>"
type="audio/opus"
/>