Use existing thumbs for channel content #162

Merged
bones7242 merged 10 commits from use-existing-thumbs into master 2017-09-12 03:04:47 +02:00
Showing only changes of commit 83b5400c9c - Show all commits

View file

@ -192,7 +192,6 @@ module.exports = {
return db.resolveClaim(fileInfo.name, fileInfo.claimId);
})
.then(resolveResult => {
kauffj commented 2017-09-11 23:36:59 +02:00 (Migrated from github.com)
Review

DRY violation ;)

DRY violation ;)
bones7242 commented 2017-09-12 03:00:09 +02:00 (Migrated from github.com)
Review

updated

updated
logger.debug(resolveResult);
if (!resolveResult.thumbnail || resolveResult.thumbnail === '') {
fileInfo['thumbnail'] = 'https://spee.ch/assets/img/content-freedom-large.png';
} else {