feat(server): create M3Us from shares (#3652)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user