mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-01 07:21:17 +00:00
Adds support for the standard Subsonic musicFolderId parameter on the getNowPlaying endpoint. When provided, results are restricted to those libraries (validated against the user's access); when absent, all entries are returned, preserving the spec behavior for third-party clients. The web UI now passes the user's accessible libraries (the active picker selection when set, otherwise all of the user's libraries), so the NowPlaying panel no longer shows entries the user cannot open — which previously rendered with broken cover art and dead album/artist links. Signed-off-by: Deluan <deluan@navidrome.org>