feat: mark album as various artists

This commit is contained in:
Gabe Farrell 2025-06-15 22:26:17 -04:00
parent dc5dcbd474
commit 57cc60534d
8 changed files with 168 additions and 24 deletions

View file

@ -18,6 +18,9 @@ postgres.start:
postgres.stop:
docker stop koito-db
postgres.remove:
docker stop koito-db && docker rm koito-db
api.debug:
KOITO_ALLOWED_HOSTS=* KOITO_LOG_LEVEL=debug KOITO_CONFIG_DIR=test_config_dir KOITO_DATABASE_URL=postgres://postgres:secret@localhost:5432?sslmode=disable go run cmd/api/main.go