rework now playing screen
This commit is contained in:
parent
b614bbcf09
commit
bb816420e7
14 changed files with 448 additions and 516 deletions
|
@ -294,7 +294,7 @@
|
|||
currentRotationIndex = -1;
|
||||
|
||||
if (images.length > 1 && enableImageRotation !== false && enableRotation()) {
|
||||
rotationInterval = setInterval(onRotationInterval, 20000);
|
||||
rotationInterval = setInterval(onRotationInterval, 24000);
|
||||
}
|
||||
onRotationInterval();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue