mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 21:17:37 +03:00
feat(server): create M3Us from shares (#3652)
This commit is contained in:
parent
9d86f63f15
commit
c37583fa9f
3 changed files with 45 additions and 0 deletions
|
@ -56,6 +56,7 @@ func (pub *Router) routes() http.Handler {
|
|||
if conf.Server.EnableDownloads {
|
||||
r.HandleFunc("/d/{id}", pub.handleDownloads)
|
||||
}
|
||||
r.HandleFunc("/{id}/m3u", pub.handleM3U)
|
||||
r.HandleFunc("/{id}", pub.handleShares)
|
||||
r.HandleFunc("/", pub.handleShares)
|
||||
r.Handle("/*", pub.assetsHandler)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue