mirror of
https://github.com/YunoHost-Apps/navidrome_ynh.git
synced 2024-09-03 19:46:30 +02:00
Update navidrome.toml
This commit is contained in:
parent
04f6152e8f
commit
5047890a1a
1 changed files with 9 additions and 0 deletions
|
@ -75,3 +75,12 @@ Spotify.Secret = ""
|
||||||
|
|
||||||
# Use Gravatar images as the user profile image. Needs the user’s email to be filled
|
# Use Gravatar images as the user profile image. Needs the user’s email to be filled
|
||||||
EnableGravatar = "false"
|
EnableGravatar = "false"
|
||||||
|
|
||||||
|
# Enable toggling “Heart”/“Loved” for songs/albums/artists in the UI (maps to “Star”/“Starred” in Subsonic Clients)
|
||||||
|
EnableFavourites = "true"
|
||||||
|
|
||||||
|
# Enable 5-star ratings in the UI
|
||||||
|
EnableStarRating = "true"
|
||||||
|
|
||||||
|
# Enable regular users to edit their details and change their password
|
||||||
|
EnableUserEditing = "true"
|
||||||
|
|
Loading…
Add table
Reference in a new issue