removed unnecessary whitespaces
This commit is contained in:
parent
e50151d0c6
commit
bca5bc5b8f
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ function processUserCommand( command, arguments, connection, view ) {
|
||||||
url += defaults.stringForKey("lastfmUsername");
|
url += defaults.stringForKey("lastfmUsername");
|
||||||
url += "&api_key=213ac7a42cd7a69b82b7a57c6b067c6c";
|
url += "&api_key=213ac7a42cd7a69b82b7a57c6b067c6c";
|
||||||
|
|
||||||
req.open('GET', url, true);
|
req.open('GET', url, true);
|
||||||
req.send(null);
|
req.send(null);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue