From 125679b35e66f32cc4d7a1878222de4ebb3f69cd Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Sat, 13 Aug 2011 12:46:26 +0200 Subject: Recode next track, handled on client-side. --- static/player.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'static/player.js') diff --git a/static/player.js b/static/player.js index 2fa8793..d10080b 100644 --- a/static/player.js +++ b/static/player.js @@ -27,9 +27,7 @@ function MusicListing(type, path, name, cached) { } this.recode = function() { - var path = '/recode?path=' + encodeURIComponent(this.path) + - '&decoder=' + document.getElementById('trans_from').value + - '&encoder=' + document.getElementById('trans_to').value; + var path = '/recode?path=' + encodeURIComponent(this.path); var a = this.a; var ml = this; var xmlhttp = new XMLHttpRequest(); -- cgit v1.2.3