From ee5ba31737b1145782c2bae0a9c6d98457a37abe Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Wed, 8 Jul 2020 08:55:19 +0200 Subject: [PATCH] Frontend: Don't skip current photo when starting slideshow Signed-off-by: Michael Mayer --- frontend/src/component/photo/viewer.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/component/photo/viewer.vue b/frontend/src/component/photo/viewer.vue index 493a47758..c42edd01b 100644 --- a/frontend/src/component/photo/viewer.vue +++ b/frontend/src/component/photo/viewer.vue @@ -132,8 +132,6 @@ const self = this; const psp = this.$viewer.gallery; - psp.next(); - self.interval = setInterval(() => { if (psp && typeof psp.next === "function") { psp.next();