From 47e85adc234317b985966ba8e00a186356a742d4 Mon Sep 17 00:00:00 2001 From: lens Date: Tue, 26 Feb 2019 14:12:06 +0000 Subject: adding kawai k1m --- docs/assets/js/player.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/assets/js/player.js') 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 +})() -- cgit v1.2.3-70-g09d2