Fix build errors

This commit is contained in:
Wolfgang Kulhanek
2025-10-17 10:06:28 +02:00
parent 788d3e14e3
commit 2da4530647
2 changed files with 4 additions and 7 deletions

View File

@@ -794,9 +794,6 @@ function bindSmapiSoapServiceToExpress(
logger.debug( logger.debug(
`Fetching metadata type=${type}, typeId=${typeId}, acceptLanguage=${acceptLanguage}` `Fetching metadata type=${type}, typeId=${typeId}, acceptLanguage=${acceptLanguage}`
); );
if (logRequests) {
console.log("getMetadata headers", headers);
}
const lang = i8n(...asLANGs(acceptLanguage)); const lang = i8n(...asLANGs(acceptLanguage));
const albums = (q: AlbumQuery): Promise<GetMetadataResponse> => const albums = (q: AlbumQuery): Promise<GetMetadataResponse> =>