Actualiser assets/js/app.js
CI / PHP Syntax Check (push) Waiting to run
CI / JavaScript Lint (push) Waiting to run
CI / Docker Build Test (push) Waiting to run
CI / Validate Translation Files (push) Waiting to run
CI / Auto-merge develop → main (push) Blocked by required conditions
CI / Create GitHub Release (push) Blocked by required conditions

This commit is contained in:
2026-06-29 18:22:25 +00:00
parent ddef591108
commit 33d5c4c370
+1 -1
View File
@@ -3605,7 +3605,7 @@ async function _importMergeFile(input) {
try {
const resp = await fetch('api/index.php?action=import_merge', {
method: 'POST',
headers: { 'X-EverShelf-Request': '1' },
headers: { 'X-EverShelf-Request': '1', ...apiAuthHeaders() },
body: formData,
});
const data = await resp.json();