mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-18 21:35:27 -04:00
Fixed series poster size in FF
This commit is contained in:
@@ -38,6 +38,6 @@ define(['app'], function () {
|
||||
});
|
||||
|
||||
Handlebars.registerHelper('defaultImg', function () {
|
||||
return new Handlebars.SafeString(' onerror="this.src=\'/content/images/poster-dark.jpg\';"');
|
||||
return new Handlebars.SafeString('onerror="this.src=\'/content/images/poster-dark.jpg\';"');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user