fixed fanart backdrop not showing up.

This commit is contained in:
Keivan Beigi 2013-06-13 17:39:53 -07:00
parent ca334ef664
commit c0d77fcca2
2 changed files with 7 additions and 2 deletions

View file

@ -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) {