early working LastFM import functionality

This commit is contained in:
2026-01-08 04:36:54 -08:00
parent 5d8a480beb
commit 679d7f9202
2 changed files with 96 additions and 2 deletions

View File

@@ -68,6 +68,5 @@ func main() {
return
}
importsongs.ImportSpotify()
web.Start()
}