feat: data store

This commit is contained in:
trafficlunar 2025-03-22 12:05:19 +00:00
parent 4f8ee6cf9c
commit 19bdd27de1
8 changed files with 123 additions and 53 deletions

View file

@ -14,7 +14,6 @@ func StartLastFMWorker() {
LastFMData = service.GetLastFMData()
for range time.Tick(30 * time.Second) {
slog.Info("Requesting last.fm...")
LastFMData = service.GetLastFMData()
}
}