mirror of
https://github.com/navidrome/navidrome.git
synced 2025-08-10 00:52:20 +00:00
* feat: Add listenbrainz base url configuration - ListenBrainz.BaseURL config value * Don't need to store baseUrl * Use `url.JoinPath` to concatenate url paths * Replace url.JoinPath (Go 1.19 only) with custom function Co-authored-by: Deluan <deluan@navidrome.org>