From af292f1f2aed1c4274092d1d546ab25217ff83fb Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Wed, 1 Jan 2014 09:10:19 -0800 Subject: #235 Refresh podcast channels before checking for changes --- src/github/daneren2005/dsub/service/sync/PodcastSyncAdapter.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/github/daneren2005/dsub/service/sync/PodcastSyncAdapter.java b/src/github/daneren2005/dsub/service/sync/PodcastSyncAdapter.java index e97f32d2..556d3e8c 100644 --- a/src/github/daneren2005/dsub/service/sync/PodcastSyncAdapter.java +++ b/src/github/daneren2005/dsub/service/sync/PodcastSyncAdapter.java @@ -60,11 +60,11 @@ public class PodcastSyncAdapter extends SubsonicSyncAdapter { try { // Only refresh if syncs exist (implies a server where supported) if(podcastList.size() > 0) { - // Refresh podcast listings before syncing - musicService.refreshPodcasts(context, null); - // Just update podcast listings so user doesn't have to musicService.getPodcastChannels(true, context, null); + + // Refresh podcast listings before syncing + musicService.refreshPodcasts(context, null); } List updated = new ArrayList(); -- cgit v1.2.3