1
0

Fix pagination default page in renderer.js

This commit is contained in:
2025-05-26 20:59:27 +02:00
parent e7a8d95ff9
commit 5a84b5db02

View File

@@ -496,7 +496,7 @@ async function startLiveCountdown(folderObj, msLeft) {
contentList.parentElement.insertBefore(paginationEl, contentList); // einmalig nach DOM load
async function renderContent(folderObj, page = 1) {
async function renderContent(folderObj, page = 2) {
closeDropdown();
const folder = folderObj.path;
await updateInteractionBar(folderObj);