UI improvements

This commit is contained in:
ari melody 2024-08-31 19:29:57 +01:00
parent dc0837bfee
commit 1998a36d6d
Signed by: ari
GPG key ID: CF99829C92678188
13 changed files with 148 additions and 241 deletions

View file

@ -256,7 +256,6 @@ func UpdateRelease() http.Handler {
fmt.Printf("WARN: Error while cleaning up artwork files: %s\n", err)
}
fmt.Printf("Artwork for %s updated.\n", update.ID)
update.Artwork = fmt.Sprintf("/uploads/musicart/%s.%s", update.ID, ext)
} else {
update.Artwork = *data.Artwork