whitespace

This commit is contained in:
Colin Frei 2013-07-29 17:46:09 +02:00
parent d50f45db5a
commit e9f5fcc1f2

View file

@ -59,7 +59,7 @@ angular.module('podcasts.services', ['podcasts.utilities', 'podcasts.queueList',
} }
if (!delayPlay) { if (!delayPlay) {
audio.play(); audio.play();
} }
// TODO: add something here for when audio is done to remove from queue and go to next song // TODO: add something here for when audio is done to remove from queue and go to next song
@ -78,9 +78,9 @@ angular.module('podcasts.services', ['podcasts.utilities', 'podcasts.queueList',
}, function(error) { }, function(error) {
console.log('got Errror when fetching next feed item'); console.log('got Errror when fetching next feed item');
feedItem.queued = 0; feedItem.queued = 0;
feedItem.position = 0; feedItem.position = 0;
db.put("feedItem", feedItem); db.put("feedItem", feedItem);
})); }));
angular.element(this).unbind(); angular.element(this).unbind();