mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-16 21:35:04 -04:00
New: Updated missing poster image to use our logo
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 11 KiB |
BIN
src/UI/Content/Images/poster-dark.png
Normal file
BIN
src/UI/Content/Images/poster-dark.png
Normal file
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)) {
|
||||
|
||||
Reference in New Issue
Block a user