From c87970da62b1dc2df2e97de99a06cb2242917622 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Mon, 9 Dec 2013 22:08:14 -0800 Subject: Should be using newest list, not recent --- src/github/daneren2005/dsub/service/sync/MostRecentSyncAdapter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 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! -- cgit v1.2.3