summaryrefslogtreecommitdiff
path: root/docs/assets/js/player.js
diff options
context:
space:
mode:
Diffstat (limited to 'docs/assets/js/player.js')
-rw-r--r--docs/assets/js/player.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/assets/js/player.js b/docs/assets/js/player.js
index 25fdfd6..b228351 100644
--- a/docs/assets/js/player.js
+++ b/docs/assets/js/player.js
@@ -3,9 +3,9 @@ const player = (function(){
let current_index = -1
let audio = document.createElement('audio')
let tracks = [
- { file: "mp3/xena_vectra-cruise.mp3", title: "Cruise" },
- { file: "mp3/xena_vectra-dreaming_city_2.mp3", title: "Dreaming City 2" },
- { file: "mp3/xena_vectra-escape_from_nk.mp3", title: "Escape from Neukölln" },
+ { file: "/mp3/Xena Vectra - Sector 6.mp3", title: "Sector 6" },
+ { file: "/mp3/Xena Vectra - Hacking the Wavefields.mp3", title: "Hacking the Wavefields" },
+ { file: "/mp3/Xena Vectra - Cruise.mp3", title: "Cruise" },
]
function init(){
bind()
@@ -76,4 +76,4 @@ const player = (function(){
}
init()
return { hidePlaylist }
-})() \ No newline at end of file
+})()