aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-12-09 22:08:14 -0800
committerScott Jackson <daneren2005@gmail.com>2013-12-09 22:08:14 -0800
commitc87970da62b1dc2df2e97de99a06cb2242917622 (patch)
tree9c2a9bdaf82fe92bf2f3d3dcd588e938db74a224 /src
parent94aa2684ca472ef5743e1e5c6cad75819cf39fea (diff)
downloaddsub-c87970da62b1dc2df2e97de99a06cb2242917622.tar.gz
dsub-c87970da62b1dc2df2e97de99a06cb2242917622.tar.bz2
dsub-c87970da62b1dc2df2e97de99a06cb2242917622.zip
Should be using newest list, not recent
Diffstat (limited to 'src')
-rw-r--r--src/github/daneren2005/dsub/service/sync/MostRecentSyncAdapter.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/github/daneren2005/dsub/service/sync/MostRecentSyncAdapter.java b/src/github/daneren2005/dsub/service/sync/MostRecentSyncAdapter.java
index 1b3780a3..a12d789d 100644
--- a/src/github/daneren2005/dsub/service/sync/MostRecentSyncAdapter.java
+++ b/src/github/daneren2005/dsub/service/sync/MostRecentSyncAdapter.java
@@ -54,7 +54,7 @@ public class MostRecentSyncAdapter extends SubsonicSyncAdapter {
public void onExecuteSync(Context context, int instance) {
try {
ArrayList<String> syncedList = SyncUtil.getSyncedMostRecent(context, instance);
- MusicDirectory albumList = musicService.getAlbumList("recent", 20, 0, context, null);
+ MusicDirectory albumList = musicService.getAlbumList("newest", 20, 0, context, null);
boolean updated = false;
if(syncedList.size() == 0) {
// Get the initial set of albums on first run, don't sync any of these!