Add Album Cover Placeholder, Update Readme with Node Note (#14)

* Add Album Cover Placeholder
* Updated Readme
This commit is contained in:
Qstick 2017-07-03 17:00:13 -04:00 committed by Joseph Milazzo
commit f12e27a702
3 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View file

@ -5,7 +5,7 @@ var _ = require('underscore');
Handlebars.registerHelper('cover', function() {
var placeholder = StatusModel.get('urlBase') + '/Content/Images/poster-dark.png';
var placeholder = StatusModel.get('urlBase') + '/Content/Images/cover-dark.png';
var cover = _.where(this.images, { coverType : 'cover' });
if (cover[0]) {