Skip to content

Commit 7b3ddbc

Browse files
Remove to-do items for disabling and customizing controls in music player component documentation
1 parent 6fb0a34 commit 7b3ddbc

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/components/music-player/music-player.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
* Description: This component plays a series of audio files (such as MP3s) from a provided list of song names. If the list is empty, it attempts to load a playlist from `localStorage` under the key `musicPlayerSongs`. The songs are played in a mode determined by `playOrder`, which can be 'shuffle' (random), 'alphabetical', or 'listed' (original order). Playback starts after a user interaction (click or VR entry). Control is handled via the left controller's X button (pause/resume) and Y button (skip to next), as well as the Space bar (pause/resume) and N key (next song) on keyboard.
77
*
88
* To Do:
9-
* - Add ability to disable controls.
10-
* - Add ability to customize controls.
119
* - Add loop controls (disable loop, reshuffle on loop, loop original shuffle order).
1210
* - Allow user to specify a custom audio directory.
1311
*/

0 commit comments

Comments
 (0)