mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Add ToggleStar to SongContextMenu (WIP)
This commit is contained in:
parent
e21262675e
commit
8a68cecdb9
14 changed files with 132 additions and 42 deletions
|
@ -37,6 +37,7 @@ type nd struct {
|
|||
DevLogSourceLine bool `default:"false"`
|
||||
DevAutoCreateAdminPassword string `default:""`
|
||||
DevEnableUIPlaylists bool `default:"true"`
|
||||
DevEnableUIStarred bool `default:"false"`
|
||||
}
|
||||
|
||||
var Server = &nd{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue