mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 04:27:37 +03:00
Change public/share path to /share
- DSub does not use the URL from the API response... :(
This commit is contained in:
parent
d5df102f9f
commit
dbf80d8592
3 changed files with 7 additions and 4 deletions
|
@ -32,7 +32,7 @@ const (
|
|||
URLPathUI = "/app"
|
||||
URLPathNativeAPI = "/api"
|
||||
URLPathSubsonicAPI = "/rest"
|
||||
URLPathPublic = "/p"
|
||||
URLPathPublic = "/share"
|
||||
URLPathPublicImages = URLPathPublic + "/img"
|
||||
|
||||
// DefaultUILoginBackgroundURL uses Navidrome curated background images collection,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue