summaryrefslogtreecommitdiff
path: root/libs/music/player
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2024-12-21 21:36:42 -0500
committerGravatar Chris Xiong <chirs241097@gmail.com> 2024-12-21 21:36:42 -0500
commitf8f7c2c62e02f4ba07ed3fce2fe6586cce380291 (patch)
treec5a70269f18c690ed79019977df51acb55a61ded /libs/music/player
parent7fb9b6d30ca00876cd7dd3af7741e40d7a1b640a (diff)
downloadweb-master.tar.xz
Change caption of the switch track thing.HEADmaster
Diffstat (limited to 'libs/music/player')
-rw-r--r--libs/music/player4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/music/player b/libs/music/player
index 2aeb748..6676d0b 100644
--- a/libs/music/player
+++ b/libs/music/player
@@ -115,7 +115,7 @@ If the format shows an exclamation mark after it, it could be unsupported by you
To view the description of the currently selected album, click on the currently selected album in the sidebar. To view the description of the currently playing track, click on the link after "Now Playing: " in the bottom. Not all tracks have description texts.
-Some tracks offer "multi-mixes". They are only provided in the ogg format. You need to enable experimental features in your browser for them to work. For chromium-based browsers, turn on "enable-experimental-web-platform-features". For firefox-based browsers, turn on "media.track.enabled" (however firefox doesn't seem to support multitrack ogg files yet). Once the support is correctly enabled, you'll see "Switch Tracks [C]" over the seek bar for these tracks.
+Some tracks offer "multi-mixes". They are only provided in the ogg format. You need to enable experimental features in your browser for them to work. For chromium-based browsers, turn on "enable-experimental-web-platform-features". For firefox-based browsers, turn on "media.track.enabled" (however firefox doesn't seem to support multitrack ogg files yet). Once the support is correctly enabled, you'll see "[Switch Tracks (C)]" over the seek bar for these tracks.
All tracks on this site are available for download. You can simply right click the links in the playlist and save the link. Alternatively you can go to the "Downloads" link in the sidebar, where you can find all tracks in all formats, a few unlisted tracks, and some MIDI exports. Unless otherwise stated, all finished tracks here can be used under a permissive CC-BY 4.0 license. Please contact the owner of the site if you want to use the MIDI exports.
</pre><a href="javascript:NSUI.hideHelp()" style="right:2em;bottom:1em;position:absolute;">close</a>
@@ -142,7 +142,7 @@ All tracks on this site are available for download. You can simply right click t
<div id="ctrlcontainer" class="footer TText widgetbg">
<div class="switches" style="text-align:right;padding-top:0.25em 0 0.25em 0;">
<div style="text-align:center;width:100%;" id="nowplaying"></div>
- <a id="mt" style="display:none;" href="javascript:NSAudio.switchAudioTrack();">Switch Tracks [C]</a>
+ <a id="mt" style="display:none;" href="javascript:NSAudio.switchAudioTrack();">[Switch Tracks (C)]</a>
<a id="formatsw" href="javascript:void(0);">[PCM wave 64 kbps]</a>
<a id="am3u8" href="javascript:void(0);">[m3u8 Playlist]</a>
<a id="plistsw" href="javascript:NSUI.togglePlist();">[Hide Playlist]</a>