Compare commits

..

No commits in common. "bd04cfd8980e2d0fec66e1c3b77c5e22992aa969" and "40b065abd902810cea310ec818d30d7fa7d438ac" have entirely different histories.

9 changed files with 3 additions and 3 deletions

View File

@ -116,7 +116,7 @@ function photos() {
if (this.release.poster) {
// no trailer, add poster to photos
return [this.release.poster].concat(photosWithClipPosters);
return [this.release.poster].concat(this.release.photos).concat(photosWithClipPosters);
}
// no poster available

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.124.1",
"version": "1.124.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.124.1",
"version": "1.124.0",
"description": "All the latest porn releases in one place",
"main": "src/app.js",
"scripts": {

View File

Before

Width:  |  Height:  |  Size: 887 KiB

After

Width:  |  Height:  |  Size: 887 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB