Skip to content
This repository has been archived by the owner on May 21, 2022. It is now read-only.

Commit

Permalink
Potential Error With Libre.fm login
Browse files Browse the repository at this point in the history
  • Loading branch information
Debugs committed Sep 24, 2016
1 parent ea84db9 commit 1f205df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/adam/aslfms/service/NetApp.java
Expand Up @@ -31,7 +31,7 @@ public enum NetApp {
"https://ws.audioscrobbler.com/2.0/"), //
LIBREFM(
0x02, "Libre.fm", "http://turtle.libre.fm/?hs=true", "librefm",
"https://libre.fm/", "https://libre.fm/user/%1", "https://libre.fm/2.0"),
"https://libre.fm/", "https://libre.fm/user/%1", "https://libre.fm/2.0/"),
CUSTOM(
0x03, "Gnu-fm server", "[[GNUKEBOX_URL]]/?hs=true", "custom",
"[[NIXTAPE_URL]]", "[[NIXTAPE_URL]]/user/%1", "[[NIXTAPE_URL]]/2.0/");
Expand Down

0 comments on commit 1f205df

Please sign in to comment.