diff options
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -221,6 +221,7 @@ func main() { fmt.Println(err) os.Exit(1) } + db.Reconnect = true http.HandleFunc("/", home) http.HandleFunc("/p/", playlist) |