lastfm import accepts dynamic track amount and now allows scrobbling while

importing
This commit is contained in:
2026-01-08 19:18:19 -08:00
parent 679d7f9202
commit 8c3bef6a43
2 changed files with 42 additions and 42 deletions

View File

@@ -41,8 +41,6 @@ func main() {
dirSpotifyZip := "./imports/spotify/zip/"
dirSpotifyExt := "./imports/spotify/extracted/"
dirLastFM := "./imports/lastfm/"
err := dirCheck(dirImports)
if err != nil {
return
@@ -59,10 +57,6 @@ func main() {
if err != nil {
return
}
err = dirCheck(dirLastFM)
if err != nil {
return
}
err = dbCheck()
if err != nil {
return