renamed albums to music releases
Signed-off-by: ari melody <ari@arimelody.me>
This commit is contained in:
parent
9d56ca63af
commit
6ec813dd58
4 changed files with 135 additions and 135 deletions
4
main.go
4
main.go
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue