mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 09:03:49 -07:00
fixed fanart backdrop not showing up.
This commit is contained in:
parent
ca334ef664
commit
c0d77fcca2
2 changed files with 7 additions and 2 deletions
|
@ -30,7 +30,7 @@ define(['app', 'Quality/QualityProfileCollection'], function (app, qualityProfil
|
|||
},
|
||||
fanArt : function () {
|
||||
var poster = _.find(this.get('images'), function (image) {
|
||||
return image.coverType === 3;
|
||||
return image.coverType === 'fanart';
|
||||
});
|
||||
|
||||
if (poster) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue