diff options
Diffstat (limited to 'common')
| -rw-r--r-- | common/examples.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/common/examples.js b/common/examples.js index 535a641..d8a61cc 100644 --- a/common/examples.js +++ b/common/examples.js @@ -121,8 +121,7 @@ $(document).ready(function() { '⭐️☆☆☆#audio_module_playing', '⭐️☆☆☆#audio_music_stream', '⭐️⭐️⭐️☆#audio_raw_stream', - '⭐️☆☆☆#audio_sound_loading', - '⭐️☆☆☆#audio_multichannel_sound']; + '⭐️☆☆☆#audio_sound_loading']; for (var i = 0; i < exampleData.length; i++) { |
