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