Skip to content

Commit

Permalink
feat: change order 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 Jan 7, 2025
1 parent cf7fbf0 commit cc2800a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/apis/applemusic/applemusic.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ func cacheUpdate() (cacheData, error) {
}

playlistsIDs := []string{
"p.gek1E8efLa68Adp", // classics
"p.AWXoXPYSLrvpJlY", // alt
"p.LV0PX3EIl0EpDLW", // jazz
"p.AWXoZoxHLrvpJlY", // chill
"p.AWXoXPYSLrvpJlY", // alt
"p.gek1E8efLa68Adp", // classics
"p.V7VYVB0hZo53MQv", // old man
"p.qQXLxPLtA75zg8e", // 80s
"p.LV0PXNoCl0EpDLW", // divorced dad
Expand Down

0 comments on commit cc2800a

Please sign in to comment.