Fix rotationDelay impacting page change

pull/66/head
Fifteen 15 Studios 2021-12-09 20:10:47 -05:00 committed by GitHub
parent ea93426f9e
commit fbfcc8e799
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ Module.register('MMM-pages', {
if (this.config.modules.length !== 0) {
this.animatePageChange();
if (!this.rotationPaused) {
this.resetTimerWithDelay(this.config.rotationDelay);
this.resetTimerWithDelay(0);
}
this.sendNotification('NEW_PAGE', this.curPage);
} else { Log.error("[Pages]: Pages aren't properly defined!"); }