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

@@ -38,10 +38,10 @@ RUN apt-get update && \
FROM node:22-trixie-slim FROM node:22-trixie-slim
LABEL maintainer="simojenki" \ LABEL maintainer="simojenki" \
org.opencontainers.image.source="https://github.com/simojenki/bonob" \ org.opencontainers.image.source="https://github.com/simojenki/bonob" \
org.opencontainers.image.description="bonob SONOS SMAPI implementation" \ org.opencontainers.image.description="bonob SONOS SMAPI implementation" \
org.opencontainers.image.licenses="GPLv3" org.opencontainers.image.licenses="GPLv3"
ENV BNB_PORT=4534 ENV BNB_PORT=4534
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive

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> =>