From 0f40141be753d58a51351db1092391593629da5c Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Thu, 3 Sep 2020 23:30:42 +0200 Subject: [PATCH 1/2] Fixed double photos on scene page. --- assets/components/releases/media.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/components/releases/media.vue b/assets/components/releases/media.vue index 5335e087..67877549 100644 --- a/assets/components/releases/media.vue +++ b/assets/components/releases/media.vue @@ -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 From 21cc88dfeacbb90fcd0e941966b0d9b4cafa8a06 Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Thu, 3 Sep 2020 23:31:29 +0200 Subject: [PATCH 2/2] Moved tag photos from behind-the-scenes/ to bts/. --- public/img/tags/{behind-the-scenes => bts}/0.jpeg | Bin public/img/tags/{behind-the-scenes => bts}/1.jpeg | Bin .../img/tags/{behind-the-scenes => bts}/lazy/0.jpeg | Bin .../img/tags/{behind-the-scenes => bts}/lazy/1.jpeg | Bin .../tags/{behind-the-scenes => bts}/thumbs/0.jpeg | Bin .../tags/{behind-the-scenes => bts}/thumbs/1.jpeg | Bin 6 files changed, 0 insertions(+), 0 deletions(-) rename public/img/tags/{behind-the-scenes => bts}/0.jpeg (100%) rename public/img/tags/{behind-the-scenes => bts}/1.jpeg (100%) rename public/img/tags/{behind-the-scenes => bts}/lazy/0.jpeg (100%) rename public/img/tags/{behind-the-scenes => bts}/lazy/1.jpeg (100%) rename public/img/tags/{behind-the-scenes => bts}/thumbs/0.jpeg (100%) rename public/img/tags/{behind-the-scenes => bts}/thumbs/1.jpeg (100%) diff --git a/public/img/tags/behind-the-scenes/0.jpeg b/public/img/tags/bts/0.jpeg similarity index 100% rename from public/img/tags/behind-the-scenes/0.jpeg rename to public/img/tags/bts/0.jpeg diff --git a/public/img/tags/behind-the-scenes/1.jpeg b/public/img/tags/bts/1.jpeg similarity index 100% rename from public/img/tags/behind-the-scenes/1.jpeg rename to public/img/tags/bts/1.jpeg diff --git a/public/img/tags/behind-the-scenes/lazy/0.jpeg b/public/img/tags/bts/lazy/0.jpeg similarity index 100% rename from public/img/tags/behind-the-scenes/lazy/0.jpeg rename to public/img/tags/bts/lazy/0.jpeg diff --git a/public/img/tags/behind-the-scenes/lazy/1.jpeg b/public/img/tags/bts/lazy/1.jpeg similarity index 100% rename from public/img/tags/behind-the-scenes/lazy/1.jpeg rename to public/img/tags/bts/lazy/1.jpeg diff --git a/public/img/tags/behind-the-scenes/thumbs/0.jpeg b/public/img/tags/bts/thumbs/0.jpeg similarity index 100% rename from public/img/tags/behind-the-scenes/thumbs/0.jpeg rename to public/img/tags/bts/thumbs/0.jpeg diff --git a/public/img/tags/behind-the-scenes/thumbs/1.jpeg b/public/img/tags/bts/thumbs/1.jpeg similarity index 100% rename from public/img/tags/behind-the-scenes/thumbs/1.jpeg rename to public/img/tags/bts/thumbs/1.jpeg