add log message when downloading file
This commit is contained in:
parent
03315300c0
commit
8af6395c25
1 changed files with 2 additions and 0 deletions
|
@ -610,6 +610,8 @@ angular.module('podcasts.downloader', ['podcasts.settings', 'podcasts.database',
|
|||
return;
|
||||
}
|
||||
|
||||
console.log('downloading File for: ' + item.title);
|
||||
|
||||
$rootScope.$apply(
|
||||
$http.get(item.audioUrl, {'responseType': 'blob'})
|
||||
.success(function(data) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue