Change public/share path to /share - DSub does not use the URL from the API response... :(
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user