1
0

Revert pagination default page change in renderer.js

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

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 = 2) {
async function renderContent(folderObj, page = 1) {
closeDropdown();
const folder = folderObj.path;
await updateInteractionBar(folderObj);