fixed bug

This commit is contained in:
Edward Shen 2018-04-28 18:50:07 -04:00
parent a900b39f4c
commit d27abc07e5
No known key found for this signature in database
GPG key ID: 4E887A42793D0433

View file

@ -109,7 +109,7 @@ Module.register('MMM-pages', {
});
}, this.config.animationTime / 2);
if (manuallyCalled) {
if (manuallyCalled && this.config.rotationTime > 0) {
Log.log('Manually updated page! setting delay before resuming timer!');
clearInterval(this.timer);