fix now-playing status on listenbrainz endpoint and add config support

This commit is contained in:
2026-02-28 16:08:46 -08:00
parent a2ffbbdce4
commit 7542eaf321
10 changed files with 103 additions and 22 deletions

9
config.toml Normal file
View File

@@ -0,0 +1,9 @@
[server]
address = "0.0.0.0:1234"
[database]
host = "localhost"
port = "5432"
user = "postgres"
password = "postgres"
name = "muzi"