mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-08 17:55:00 +00:00
Add Album Cover Placeholder, Update Readme with Node Note (#14)
* Add Album Cover Placeholder * Updated Readme
This commit is contained in:
BIN
src/UI/Content/Images/cover-dark.png
Normal file
BIN
src/UI/Content/Images/cover-dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
@@ -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]) {
|
||||
|
||||
Reference in New Issue
Block a user