renamed albums to music releases

Signed-off-by: ari melody <ari@arimelody.me>
This commit is contained in:
ari melody 2024-03-20 10:50:37 +00:00
parent 9d56ca63af
commit 6ec813dd58
4 changed files with 135 additions and 135 deletions

View file

@ -36,7 +36,7 @@ var templates = template.Must(template.ParseFiles(
"views/index.html",
"views/music.html",
"views/music-gateway.html",
))
))
func log_request(req *http.Request, code int, start_time time.Time) {
now := time.Now()
@ -186,7 +186,7 @@ func push_to_db_this_is_a_testing_thing_and_will_be_superfluous_later() {
}
for _, album := range music.QueryAllAlbums() {
PushAlbum(db, album)
PushRelease(db, album)
}
defer db.Close()