Skip to content

Commit 187dfb5

Browse files
authored
#158 fix logging issue (#159)
1 parent 35d1f6c commit 187dfb5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ Just be careful to use the tag you have built.
317317

318318
Change Date|Major Changes
319319
---|---
320+
2026-03-14|Fix small issue when displaying ZEROCONF_INTERFACE (see [comment](https://github.com/GioF71/librespot-docker/issues/158#issuecomment-4053709825))
320321
2025-11-10|Build with [upstream version 0.8.0](https://github.com/librespot-org/librespot/releases/tag/v0.8.0) (see [#154](https://github.com/GioF71/librespot-docker/issues/154))
321322
2025-11-08|Build with [upstream PR #1622](https://github.com/librespot-org/librespot/pull/1622) merged to dev (see [#152](https://github.com/GioF71/librespot-docker/issues/152))
322323
2025-11-02|Add python3 package (see [#149](https://github.com/GioF71/librespot-docker/issues/149))

app/bin/run-librespot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ if [ $discovery_enabled -eq 1 ]; then
244244
CMD_LINE="$CMD_LINE --zeroconf-port $ZEROCONF_PORT"
245245
fi
246246
if [ -n "$ZEROCONF_INTERFACE" ]; then
247-
echo "Using zeroconf interfaces [$ZEROCONF_INTERFACE}]"
247+
echo "Using zeroconf interfaces [${ZEROCONF_INTERFACE}]"
248248
CMD_LINE="$CMD_LINE --zeroconf-interface $ZEROCONF_INTERFACE"
249249
fi
250250
zeroconf_backend=$DEFAULT_ZEROCONF_BACKEND

0 commit comments

Comments
 (0)