mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 21:17:37 +03:00
Add getShares
and createShare
Subsonic endpoints
This commit is contained in:
parent
94cc2b2ac5
commit
d0dceae094
21 changed files with 257 additions and 56 deletions
|
@ -46,3 +46,8 @@ func (p *Router) routes() http.Handler {
|
|||
})
|
||||
return r
|
||||
}
|
||||
|
||||
func ShareURL(r *http.Request, id string) string {
|
||||
uri := path.Join(consts.URLPathPublic, id)
|
||||
return server.AbsoluteURL(r, uri, nil)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue