1
0
Fork 0
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:
ericgaspar 2021-06-29 08:37:48 +02:00
parent 04f6152e8f
commit 5047890a1a
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -75,3 +75,12 @@ Spotify.Secret = ""
# Use Gravatar images as the user profile image. Needs the users email to be filled
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"