add username to lastfm import logs

This commit is contained in:
2026-02-08 21:49:55 -08:00
parent a33e724199
commit 32ccdcd5f3
2 changed files with 11 additions and 5 deletions

View File

@@ -433,7 +433,8 @@ func importLastFMHandler(w http.ResponseWriter, r *http.Request) {
jobsMu.Unlock()
go func() {
migrate.ImportLastFM(lastfmUsername, lastfmAPIKey, userId, progressChan)
migrate.ImportLastFM(lastfmUsername, lastfmAPIKey, userId, progressChan,
username)
jobsMu.Lock()
delete(importJobs, jobID)