add artists list to /api/v1/music

This commit is contained in:
ari melody 2024-09-12 09:46:40 +01:00
parent bc1b6c5872
commit e69cf78e57
Signed by: ari
GPG key ID: CF99829C92678188
3 changed files with 18 additions and 11 deletions

View file

@ -7,7 +7,7 @@ tmp_dir = "tmp"
bin = "./tmp/main"
cmd = "go build -o ./tmp/main ."
delay = 1000
exclude_dir = ["admin\\static", "public", "uploads", "test"]
exclude_dir = ["admin/static", "public", "uploads", "test", "db"]
exclude_file = []
exclude_regex = ["_test.go"]
exclude_unchanged = false