data: fix 63 broken URIs in gen-z-anthems playlist#519
Conversation
Replaced wrong/dead Deezer (30), Apple Music (21), YouTube Music (7), and Spotify (5) URIs with correct IDs sourced via web search. Bumped playlist version to 1.1. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Code Review
This pull request updates the gen-z-anthems.json playlist to version 1.1, modifying numerous streaming URIs for Apple Music, Deezer, YouTube Music, and Spotify across various tracks. A bug was identified in the updates for 'Old Town Road', where the new Spotify URI incorrectly references 'INDUSTRY BABY' instead of the correct track, leading to a metadata mismatch.
| { | ||
| "year": 2019, | ||
| "uri": "spotify:track:2YlZnpMoCluVRiKHatCV4Z", | ||
| "uri": "spotify:track:2YpeDb67231RjR0MgVLzsG", |
There was a problem hiding this comment.
The updated Spotify URI (spotify:track:2YpeDb67231RjR0MgVLzsG) corresponds to the song "INDUSTRY BABY" (feat. Jack Harlow), but the song title for this entry is "Old Town Road" (line 580). This change introduces a mismatch between the metadata and the actual audio track. The previous URI (spotify:track:2YlZnpMoCluVRiKHatCV4Z) was correct for "Old Town Road".
| "uri": "spotify:track:2YpeDb67231RjR0MgVLzsG", | |
| "uri": "spotify:track:2YlZnpMoCluVRiKHatCV4Z", |
Summary
Closes #518
Test plan
🤖 Generated with Claude Code