Skip to content

Commit

Permalink
feat: change playlist order
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Gleich <[email protected]>
  • Loading branch information
gleich committed Dec 24, 2024
1 parent 51d4d24 commit 1b1f70e
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 @@ -22,10 +22,10 @@ func cacheUpdate() (cacheData, error) {
}

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

0 comments on commit 1b1f70e

Please sign in to comment.