commit bf79784a0508c459077701c5d4e860cf7fe12828
parent 0f9058098329f7cb3106cfe00e15dbf0aa54ead3
Author: mtmn <miro@haravara.org>
Date: Sun, 19 Apr 2026 21:20:08 +0200
chore: update users.dhall
Diffstat:
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/users.dhall b/users.dhall
@@ -1,5 +1,6 @@
let UserConfig =
- { listenbrainzUser : Optional Text
+ { name : Optional Text
+ , listenbrainzUser : Optional Text
, lastfmUser : Optional Text
, databaseFile : Text
, coverCacheEnabled : Bool
@@ -10,7 +11,8 @@ let UserConfig =
let defaults
: UserConfig
- = { listenbrainzUser = None Text
+ = { name = None Text
+ , listenbrainzUser = None Text
, lastfmUser = None Text
, databaseFile = "corpus.db"
, coverCacheEnabled = True