This commit is contained in:
Matthew Riley MacPherson 2014-06-13 11:28:59 -04:00
Родитель fa12f2e98d
Коммит 97bab19fe5
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -32,6 +32,7 @@ HighFidelity.Podcast = DS.Model.extend({
}.property('coverImageBlob', 'coverImageURL'), }.property('coverImageBlob', 'coverImageURL'),
getCoverImage: function() { getCoverImage: function() {
return;
if (!this.get('coverImageURL')) { if (!this.get('coverImageURL')) {
console.debug('No coverImageURL found; skipping.'); console.debug('No coverImageURL found; skipping.');
return; return;