SpotifyBU 1.6.1
SpotifyBU 1.6.1
SpotifyBU 1.6.1 restores compatibility with older Navidrome-named environment
variables after the 1.6.0 music-library naming cleanup.
Fixed
- Existing installs that still set
NAVIDROME_USERNAMEand
NAVIDROME_PASSWORDnow continue to request Subsonic-compatible music server
scans. - Existing installs that still set
NAVIDROME_URLorNAVIDROME_LIBRARY_PATH
are accepted as legacy aliases forMUSIC_LIBRARY_URLand
MUSIC_LIBRARY_PATH. - The checked-in Docker Compose template now bridges old
.envvalues such as
NAVIDROME_MUSIC_PATH,NAVIDROME_URL,NAVIDROME_USERNAME, and
NAVIDROME_PASSWORDto the new generic music-library names. - UI/API guidance now mentions that legacy
NAVIDROME_USERNAMEand
NAVIDROME_PASSWORDare still accepted.
Verified
- TypeScript check passes with
tsc --noEmit. - Production build passes with
next build. - Unit tests pass with
npm test.