Fixed double photos on scene page.
This commit is contained in:
parent
c187a27123
commit
0f40141be7
|
@ -116,7 +116,7 @@ function photos() {
|
|||
|
||||
if (this.release.poster) {
|
||||
// no trailer, add poster to photos
|
||||
return [this.release.poster].concat(this.release.photos).concat(photosWithClipPosters);
|
||||
return [this.release.poster].concat(photosWithClipPosters);
|
||||
}
|
||||
|
||||
// no poster available
|
||||
|
|
Loading…
Reference in New Issue