[WIP] music platform user data scraper
teal-fm atproto

nil check on currentTrack

Changed files
+1 -1
service
spotify
+1 -1
service/spotify/spotify.go
··· 623 623 } 624 624 } 625 625 626 - if isStamped && !currentTrack.HasStamped { 626 + if isStamped && currentTrack != nil && !currentTrack.HasStamped { 627 627 s.logger.Printf("User %d stamped track: %s by %s", userID, track.Name, track.Artist) 628 628 track.HasStamped = true 629 629 // if currenttrack has a playid and the last track is the same as the current track