Skip to content

Commit

Permalink
feat: disable other playlists for now
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Gleich <[email protected]>
  • Loading branch information
gleich committed Dec 16, 2024
1 parent 5451cbb commit 63176ba
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions internal/apis/applemusic/applemusic.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ func cacheUpdate() (cacheData, error) {
"p.qQXLxPLtA75zg8e", // 80s
"p.LV0PXNoCl0EpDLW", // divorced dad
"p.LV0PX3EIl0EpDLW", // jazz
"p.AWXoXPYSLrvpJlY", // alt
"p.LV0PXL3Cl0EpDLW", // bops
"p.gek1E8efLa68Adp", // classics
"p.6xZaArOsvzb5OML", // focus
"p.O1kz7EoFVmvz704", // funk
"p.V7VYVB0hZo53MQv", // old man
"p.QvDQE5RIVbAeokL", // PARTY
"p.qQXLxPpFA75zg8e", // RAHHHHHHHH
"p.qQXLxpDuA75zg8e", // ROCK
// "p.AWXoXPYSLrvpJlY", // alt
// "p.LV0PXL3Cl0EpDLW", // bops
// "p.gek1E8efLa68Adp", // classics
// "p.6xZaArOsvzb5OML", // focus
// "p.O1kz7EoFVmvz704", // funk
// "p.V7VYVB0hZo53MQv", // old man
// "p.QvDQE5RIVbAeokL", // PARTY
// "p.qQXLxPpFA75zg8e", // RAHHHHHHHH
// "p.qQXLxpDuA75zg8e", // ROCK
}
playlists := map[string]playlist{}
for _, id := range playlistsIDs {
Expand Down

0 comments on commit 63176ba

Please sign in to comment.