mirror of https://github.com/lidarr/Lidarr
New: Updated missing poster image to use our logo
This commit is contained in:
parent
0bef960c83
commit
b907243bc0
Binary file not shown.
Before Width: | Height: | Size: 11 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
|
@ -7,7 +7,7 @@ define(
|
|||
'System/StatusModel'
|
||||
], function ($, Handlebars, StatusModel) {
|
||||
|
||||
var placeholder = StatusModel.get('urlBase') + '/Content/Images/poster-dark.jpg';
|
||||
var placeholder = StatusModel.get('urlBase') + '/Content/Images/poster-dark.png';
|
||||
|
||||
window.NzbDrone.imageError = function (img) {
|
||||
if (!img.src.contains(placeholder)) {
|
||||
|
|
Loading…
Reference in New Issue