mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Add Album Cover Placeholder, Update Readme with Node Note (#14)
* Add Album Cover Placeholder * Updated Readme
This commit is contained in:
parent
ef4da4ac9f
commit
f12e27a702
3 changed files with 2 additions and 2 deletions
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]) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue