Skip to content

Commit

Permalink
0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
calne-ca committed May 6, 2018
1 parent 3eae4d5 commit 7804b88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>net.beardbot</groupId>
<artifactId>lastfm-unscrobble</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>A simple unscrobbler for Last.FM</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,11 @@ protected void finalize() throws Throwable {
httpClient.close();
}

/* LOGIN */

/**
* Performs a login to last.fm
* @param username The username of the last.fm account
* @param password The password of the last.fm account
* @throws UnscrobblerAuthenticationException When the authentication failed. This will most likely be due to invalid credentials.
* @throws UnscrobblerAuthenticationException If the authentication failed. This will most likely be due to invalid credentials.
*/
public void login(String username, String password) throws UnscrobblerAuthenticationException {
httpContext = HttpClientContext.create();
Expand Down Expand Up @@ -167,8 +165,6 @@ private boolean fetchCSRFToken() {
return true;
}

/* METHODS */

/**
* Unscrobbles a track from a last.fm account
* @param artist The name of the artist
Expand Down

0 comments on commit 7804b88

Please sign in to comment.