mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
New: Updated missing poster image to use our logo
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user