From 5047890a1a4a3b16f9c7f887e0d8684f762effce Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 29 Jun 2021 08:37:48 +0200 Subject: [PATCH] Update navidrome.toml --- conf/navidrome.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/conf/navidrome.toml b/conf/navidrome.toml index b84c222..43cfc1c 100644 --- a/conf/navidrome.toml +++ b/conf/navidrome.toml @@ -75,3 +75,12 @@ Spotify.Secret = "" # Use Gravatar images as the user profile image. Needs the user’s 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"