summaryrefslogtreecommitdiff
path: root/static/player.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/player.js')
-rw-r--r--static/player.js4
1 files changed, 1 insertions, 3 deletions
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();