Fixed some bugs

Images should not be included in the database
Removes songs where the path doesn't work
Started working on adding cover images
Started adding vue directly in the application
This commit is contained in:
2022-01-15 01:39:21 +01:00
2 changed files with 12 additions and 6 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module music-server
go 1.15
go 1.16
require (
github.com/gorilla/mux v1.8.0