Auto-download episodes on DownloadService shutdown. fixes #316 closes #408

This commit is contained in:
daniel oeh 2014-05-17 21:44:20 +02:00
parent cd91098fde
commit 7365fc3d5d
1 changed files with 2 additions and 0 deletions

View File

@ -282,6 +282,8 @@ public class DownloadService extends Service {
feedSyncThread.shutdown();
cancelNotificationUpdater();
unregisterReceiver(cancelDownloadReceiver);
DBTasks.autodownloadUndownloadedItems(getApplicationContext());
}
@SuppressLint("NewApi")