summaryrefslogtreecommitdiff
path: root/src/de/podfetcher/storage/DownloadRequester.java
diff options
context:
space:
mode:
authorDaniel Oeh <daniel@danielpc.(none)>2012-04-12 22:37:38 +0200
committerDaniel Oeh <daniel@danielpc.(none)>2012-04-12 22:37:38 +0200
commiteb24d41e1d25548aa9a830b1d15667103dd0ce13 (patch)
treea30b2fdb4dde643b5c1332d62bf3faeb308fe2cf /src/de/podfetcher/storage/DownloadRequester.java
parent58e229b7f96803c077ca2a2e86435560a57cd6c5 (diff)
downloadAntennaPod-eb24d41e1d25548aa9a830b1d15667103dd0ce13.zip
Added refreshing functionality and Log messages
Diffstat (limited to 'src/de/podfetcher/storage/DownloadRequester.java')
-rw-r--r--src/de/podfetcher/storage/DownloadRequester.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/de/podfetcher/storage/DownloadRequester.java b/src/de/podfetcher/storage/DownloadRequester.java
index 3316e67c1..cd3bf311e 100644
--- a/src/de/podfetcher/storage/DownloadRequester.java
+++ b/src/de/podfetcher/storage/DownloadRequester.java
@@ -51,6 +51,7 @@ public class DownloadRequester {
}
private void download(Context context, ArrayList<FeedFile> type, FeedFile item, File dest, boolean visibleInUI) {
+ Log.d(TAG, "Requesting download of url "+ item.getDownload_url());
type.add(item);
DownloadManager.Request request = new DownloadManager.Request(Uri.parse(item.getDownload_url()));
//request.allowScanningByMediaScanner();