Fixed double photos on scene page.

This commit is contained in:
DebaucheryLibrarian 2020-09-03 23:30:42 +02:00
parent c187a27123
commit 0f40141be7
1 changed files with 1 additions and 1 deletions

View File

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