mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-05 13:37:38 +03:00
Add Genre filters to UI
This commit is contained in:
parent
c56c7c865e
commit
20b7e5c49b
13 changed files with 108 additions and 32 deletions
|
@ -37,6 +37,7 @@ func (n *Router) routes() http.Handler {
|
|||
n.R(r, "/song", model.MediaFile{}, true)
|
||||
n.R(r, "/album", model.Album{}, true)
|
||||
n.R(r, "/artist", model.Artist{}, true)
|
||||
n.R(r, "/genre", model.Genre{}, true)
|
||||
n.R(r, "/player", model.Player{}, true)
|
||||
n.R(r, "/playlist", model.Playlist{}, true)
|
||||
n.R(r, "/transcoding", model.Transcoding{}, conf.Server.EnableTranscodingConfig)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue