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