missing reference
This commit is contained in:
parent
f3382894e0
commit
6f0478bb25
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ angular.module('podcasts.services', ['podcasts.utilities', 'podcasts.queueList',
|
|||
}]);
|
||||
|
||||
angular.module('podcasts.downloader', ['podcasts.settings', 'podcasts.database', 'podcasts.utilities', 'podcasts.models'])
|
||||
.service('downloader', ['db', 'url', '$http', 'settings', '$rootScope', function(db, url, $http, settings, $rootScope) {
|
||||
.service('downloader', ['db', 'url', '$http', 'settings', '$rootScope', 'feedItems', function(db, url, $http, settings, $rootScope, feedItems) {
|
||||
return {
|
||||
allowedToDownload: function(callback) {
|
||||
callback(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue