···623623 }
624624 }
625625626626- if isStamped && !currentTrack.HasStamped {
626626+ if isStamped && currentTrack != nil && !currentTrack.HasStamped {
627627 s.logger.Printf("User %d stamped track: %s by %s", userID, track.Name, track.Artist)
628628 track.HasStamped = true
629629 // if currenttrack has a playid and the last track is the same as the current track