logging app language

This commit is contained in:
SPRINX0\prochazka
2025-11-20 17:31:18 +01:00
parent 08efbee52b
commit 60602e02d9
3 changed files with 13 additions and 7 deletions

View File

@@ -186,6 +186,7 @@ export async function apiCall(
headers: {
'Content-Type': 'application/json',
'x-api-session-id': getApiSessionId(),
'x-ui-language': localStorage.getItem('selectedLanguage') || 'en',
...resolveApiHeaders(),
},
body: JSON.stringify(args, serializeJsTypesReplacer),