diff options
| author | sD <stoned@derpymail.org> | 2020-04-13 17:27:46 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-13 17:27:46 +0200 |
| commit | b126e7798d83a6617ea055e0f37d0167a0f65d06 (patch) | |
| tree | 6b4799734ebad635ea8c05634c0fd65d57416f17 /webAO/client.js | |
| parent | 51f46e2fb1a68edd584a27b30937013301b94d23 (diff) | |
messed up the order
Diffstat (limited to 'webAO/client.js')
| -rw-r--r-- | webAO/client.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client.js b/webAO/client.js index 14fd35c..5156ea3 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -850,7 +850,7 @@ class Client extends EventEmitter { for (let i = 1; i < args.length - 1; i++) { // Check when found the song for the first time document.getElementById("client_loadingtext").innerHTML = `Loading Music ${i}/${this.music_list_length}`; - this.handleMusicInfo(i,safe_tags(args[i])); + this.handleMusicInfo(i-1,safe_tags(args[i])); } // Music done, carry on |
