Skip to content

Commit

Permalink
added github link in app and app icon
Browse files Browse the repository at this point in the history
  • Loading branch information
angelolz committed Jul 20, 2021
1 parent 4ba79cd commit eccf70a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/CHScrobbler.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ public static void main(String[] args)

else
{
System.out.println("Thanks for using CHScrobbler " + version + " by angelolz1 :)\n\n");
System.out.println("Thanks for using CHScrobbler " + version + " by angelolz1 :)");
System.out.println("https://github.com/angelolz1/CHScrobbler\n\n");
logger.info("Successfully logged in with last.fm!");
ScrobblerManager.init(session);
}
Expand Down
Binary file added src/main/resources/Untitled-1.ico
Binary file not shown.

0 comments on commit eccf70a

Please sign in to comment.