Skip to content

Commit

Permalink
docs: update comment name of playlists
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Gleich <[email protected]>
  • Loading branch information
gleich committed Dec 8, 2024
1 parent 9210e48 commit b4a3232
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/apis/applemusic/applemusic.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ func cacheUpdate() (cacheData, error) {
}

playlistsIDs := []string{
"p.AWXoZoxHLrvpJlY", // CHILL
"p.qQXLxPLtA75zg8e", // HIGHSCHOOL 1989
"p.LV0PXNoCl0EpDLW", // DIVORCED DAD
"p.AWXoZoxHLrvpJlY", // chill
"p.qQXLxPLtA75zg8e", // 90s
"p.LV0PXNoCl0EpDLW", // divorced dad
"p.LV0PX3EIl0EpDLW", // jazz
}
playlists := map[string]playlist{}
Expand Down

0 comments on commit b4a3232

Please sign in to comment.