Frontend: Don't skip current photo when starting slideshow

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-07-08 08:55:19 +02:00
parent 6d6ed29f21
commit ee5ba31737

View file

@ -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();