added logging
This commit is contained in:
parent
26c9e2d17a
commit
1726d38f0c
@ -231,6 +231,9 @@ public class FmUserNetwork extends FmNetwork {
|
||||
}
|
||||
|
||||
public ArrayList<Scrobble> getRecentTracks(int number) {
|
||||
|
||||
Logger.getLog().log(new LogEntry("getRecentTracks").addArg(Integer.toString(number)));
|
||||
|
||||
int limit = 50;
|
||||
|
||||
int pages = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user