From ae11ed555cb350ea4c11fc1625f4a56229969ddd Mon Sep 17 00:00:00 2001 From: Physick <96335032+DegustatorPonos@users.noreply.github.com> Date: Sat, 13 Dec 2025 12:32:15 +0500 Subject: Tracks meta --- main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 72e796f..9ab2ae9 100644 --- a/main.go +++ b/main.go @@ -11,9 +11,10 @@ import ( func main() { settings.ReadSettings() - fmt.Println(settings.Current) endpoints.RegisterEndpoints() http.Handle("/", http.FileServer(http.FS(os.DirFS("./static")))) + var _, _ = endpoints.GetAvaliableSongs() + fmt.Println(settings.Current) http.ListenAndServe(":6969", nil) } -- cgit v1.3